File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/src/test/java/org/elasticsearch/smoketest Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ protected ClientYamlTestClient initClientYamlTestClient(
101101
102102 @ After
103103 public void cleanup () throws Exception {
104- if (isMachineLearningTest () || isDataFrameTest ()) {
104+ if (isMachineLearningTest () || isTransformTest ()) {
105105 ESRestTestCase .waitForPendingTasks (adminClient ());
106106 }
107107 }
@@ -111,9 +111,9 @@ protected boolean isMachineLearningTest() {
111111 return testName != null && (testName .contains ("/ml/" ) || testName .contains ("\\ ml\\ " ));
112112 }
113113
114- protected boolean isDataFrameTest () {
114+ protected boolean isTransformTest () {
115115 String testName = getTestName ();
116- return testName != null && (testName .contains ("/data-frames /" ) || testName .contains ("\\ data-frames \\ " ));
116+ return testName != null && (testName .contains ("/transform /" ) || testName .contains ("\\ transform \\ " ));
117117 }
118118
119119 /**
You can’t perform that action at this time.
0 commit comments