Skip to content

Commit

Permalink
Awaits fix a failing test
Browse files Browse the repository at this point in the history
This test can not pass on 6.x It is expecting some deprecation messages
to be brought back on some REST tests yet it appears these particular
messages never appear in production code. This commit awaits fixes these
tests.
  • Loading branch information
jasontedor committed May 16, 2018
1 parent c350c22 commit 7e12417
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

public class GoogleCloudStorageRepositoryDeprecationTests extends ESTestCase {

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30638")
public void testDeprecatedSettings() throws Exception {
final Settings repositorySettings = Settings.builder()
.put("bucket", "test")
Expand Down

0 comments on commit 7e12417

Please sign in to comment.