Skip to content

Commit

Permalink
remove the fail assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
pgomulka committed Feb 21, 2024
1 parent c7c8ee5 commit 190eb1b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public void testEarlyDeprecationIsIndexedAfterTemplateIsLoaded() throws Exceptio
)
);
}, 30, TimeUnit.SECONDS);
fail();
}

private Response getIndexSettings() throws Exception {
Expand Down

0 comments on commit 190eb1b

Please sign in to comment.