Skip to content

Commit

Permalink
Fix AwaitsFix issue number
Browse files Browse the repository at this point in the history
In the previous commit where SmokeTestWatcherWithSecurityIT tests were
muted, I added the incorrect issue numbers. This commit fixes this. The
issue for the tests is #33320.
  • Loading branch information
Tim-Brooks committed Aug 31, 2018
1 parent 4f1ffb5 commit 6a77cb4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public void testSearchInputWithInsufficientPrivileges() throws Exception {
assertThat(conditionMet, is(false));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29893")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33320")
public void testSearchTransformHasPermissions() throws Exception {
try (XContentBuilder builder = jsonBuilder()) {
builder.startObject();
Expand Down Expand Up @@ -269,7 +269,7 @@ public void testIndexActionHasPermissions() throws Exception {
assertThat(spam, is("eggs"));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30777")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33320")
public void testIndexActionInsufficientPrivileges() throws Exception {
try (XContentBuilder builder = jsonBuilder()) {
builder.startObject();
Expand Down

0 comments on commit 6a77cb4

Please sign in to comment.