Skip to content

Commit 78c67dc

Browse files
authored
muting test testBulkIndexFailuresCauseTaskToFail (#44593)
1 parent 8dc59b8 commit 78c67dc

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/data-frame/qa/single-node-tests/src/test/java/org/elasticsearch/xpack/dataframe/integration

1 file changed

+1
-0
lines changed

x-pack/plugin/data-frame/qa/single-node-tests/src/test/java/org/elasticsearch/xpack/dataframe/integration/DataFramePivotRestIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,7 @@ public void testPivotWithWeightedAvgAgg() throws Exception {
730730
assertEquals(4.47169811, actual.doubleValue(), 0.000001);
731731
}
732732

733+
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/pull/44583")
733734
public void testBulkIndexFailuresCauseTaskToFail() throws Exception {
734735
String transformId = "bulk-failure-pivot";
735736
String dataFrameIndex = "pivot-failure-index";

0 commit comments

Comments
 (0)