Skip to content

Commit

Permalink
remove weird awaitsfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrandolph committed Nov 30, 2023
1 parent 3130c60 commit 94b549c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ public void testProxyNoType() {
assertEquals("Azure Proxy port or host have been set but proxy type is not defined.", e.getMessage());
}

@AwaitsFix(bugUrl = "blarg")
public void testProxyWrongHost() {
final Settings settings = Settings.builder()
.setSecureSettings(buildSecureSettings())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ public void testEnrollmentNotEnabled() throws Exception {
);
}

// @AwaitsFix(bugUrl = "blarg")
public void testGetFilteredAddresses() throws Exception {
List<String> addresses = Arrays.asList(
"[::1]:9200",
Expand Down

0 comments on commit 94b549c

Please sign in to comment.