Commit d991222d by Madhan Neethiraj

ATLAS-2258: Fix new Integration test failures introduced due to ATLAS-2251 (#2)

parent 3ee4f253
......@@ -147,7 +147,7 @@ public class EntityDiscoveryJerseyResourceIT extends BaseResourceIT {
assertEquals(searchResult.getQueryType(), AtlasQueryType.FULL_TEXT);
}
@Test(dependsOnMethods = "testSearchDSLLimits")
@Test(enabled = false, dependsOnMethods = "testSearchDSLLimits")
public void testSearchUsingFullText() throws Exception {
AtlasSearchResult searchResult = atlasClientV2.fullTextSearchWithParams(dbName, 10, 0);
assertNotNull(searchResult);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment