Skip to content

Commit

Permalink
Unmute TestFeatureResetIT
Browse files Browse the repository at this point in the history
  • Loading branch information
przemekwitek committed Jan 24, 2024
1 parent fcffc0b commit 4744b2e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public void cleanup() throws Exception {
}

@SuppressWarnings("unchecked")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/100596")
public void testTransformFeatureReset() throws Exception {
String indexName = "basic-crud-reviews";
String transformId = "batch-transform-feature-reset";
Expand Down Expand Up @@ -118,5 +117,4 @@ public void testTransformFeatureReset() throws Exception {
Map<String, Object> transformIndices = ESRestTestCase.entityAsMap(adminClient().performRequest(new Request("GET", ".transform-*")));
assertThat("Indices were: " + transformIndices, transformIndices, is(anEmptyMap()));
}

}

0 comments on commit 4744b2e

Please sign in to comment.