removed road test for no more existing resource identifiers

This commit is contained in:
Enrico Ottonello 2022-03-15 14:50:00 +01:00
parent 12114f5f1d
commit af5a4fbf48
1 changed files with 2 additions and 2 deletions

View File

@ -203,9 +203,9 @@ public class GraphDbReaderAndESIndexTest {
@Test
// @Ignore
public void uploadROADTest() throws Exception {
public void uploadROADAfterFullReloadTest() throws Exception {
boolean isRecord = true;
String recordId = "https://ariadne-infrastructure.eu/aocat/Resource/F182086F-1460-3D1E-88A6-0168370D25A1";
String recordId = "https://ariadne-infrastructure.eu/aocat/Resource/E859C58E-0307-3D7C-BCAB-45483DEA917C";
String datasource = "road";
String collectionId = "sites";
readAndIndexTest(isRecord, recordId, datasource, collectionId);