mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-10 14:11:25 +00:00
Revert "Try to fix unstable test"
This reverts commit ed890df06c0ef6ae200e8f1fc28b9a472ee26193.
This commit is contained in:
@@ -127,8 +127,9 @@ public abstract class AbstractSearchExactTermTest extends AbstractE2EFunctionalT
|
|||||||
createdFileModels.add(fileModel);
|
createdFileModels.add(fileModel);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
createdFileModels.forEach(m -> waitForContentIndexing(m.getName(), true));
|
waitForContentIndexing(createdFileModels.get(createdFileModels.size() - 1).getName(), true);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@BeforeClass(alwaysRun = true)
|
@BeforeClass(alwaysRun = true)
|
||||||
|
Reference in New Issue
Block a user