removed road test for no more existing resource identifiers
This commit is contained in:
parent
12114f5f1d
commit
af5a4fbf48
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue