Skip to content

Commit

Permalink
Mute testEs090 and testEs090WithFunnyThrottle
Browse files Browse the repository at this point in the history
Mure tests that reproducilbly fail.

Related issue #51617
  • Loading branch information
mayya-sharipova committed Jan 31, 2020
1 parent 70bb7c8 commit 16ef6a5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public void testEs1() throws IOException {
oldEsTestCase("es1.port", null);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/51617")
public void testEs090() throws IOException {
oldEsTestCase("es090.port", null);
}
Expand All @@ -128,6 +129,7 @@ public void testEs1WithFunnyThrottle() throws IOException {
oldEsTestCase("es1.port", "11"); // 11 requests per second should give us a nice "funny" number on the scroll timeout
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/51617")
public void testEs090WithFunnyThrottle() throws IOException {
oldEsTestCase("es090.port", "11"); // 11 requests per second should give us a nice "funny" number on the scroll timeout
}
Expand Down

0 comments on commit 16ef6a5

Please sign in to comment.