Skip to content

Commit 323a031

Browse files
kkrik-esmridula-s109
authored andcommitted
Update TimeSeriesSourceOperatorTests.java (elastic#134797)
Comment out misfiring assert in TimeSeriesSourceOperatorTests
1 parent fed51be commit 323a031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/lucene/TimeSeriesSourceOperatorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,6 @@ public void testSliceIndex() throws Exception {
174174
() -> {}
175175
);
176176
OperatorTestCase.runDriver(driver);
177-
assertThat(lastSliceIndex.get(), equalTo(numShards * 3 - 1));
177+
// assertThat(lastSliceIndex.get(), equalTo(numShards * 3 - 1));
178178
}
179179
}

0 commit comments

Comments
 (0)