Skip to content

Commit

Permalink
Reenable TSDB tests (#84067)
Browse files Browse the repository at this point in the history
Now that #83876 is in we can have our tests back.

Closes #83926
  • Loading branch information
nik9000 authored Feb 17, 2022
1 parent 13f2c22 commit 555b754
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ public void testNewReplicas() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/83926")
public void testSearchTimeSeriesMode() throws Exception {
assumeTrue("time series mode introduced in 8.0.0", getOldClusterVersion().onOrAfter(Version.V_8_0_0));
int numDocs;
Expand Down Expand Up @@ -267,7 +266,6 @@ public void testSearchTimeSeriesMode() throws Exception {
);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/83926")
public void testNewReplicasTimeSeriesMode() throws Exception {
assumeTrue("time series mode introduced in 8.0.0", getOldClusterVersion().onOrAfter(Version.V_8_0_0));
if (isRunningAgainstOldCluster()) {
Expand Down

0 comments on commit 555b754

Please sign in to comment.