Skip to content

Commit

Permalink
Remove flaky sigv4 test
Browse files Browse the repository at this point in the history
Signed-off-by: Tanner Lewis <[email protected]>
  • Loading branch information
lewijacn committed Jan 3, 2025
1 parent 6ba12ba commit bcd8ccf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ def test_run_benchmark_executes_correctly_basic_auth_and_https(mocker):
f"basic_auth_password:{auth_details['password']}", shell=True)


@pytest.mark.skip(reason="Flaky test needs fix: https://opensearch.atlassian.net/browse/MIGRATIONS-2294")
@pytest.mark.parametrize("method, endpoint, data, has_body", [
(HttpMethod.GET, "/_cluster/health", None, False),
(HttpMethod.POST, "/_search", {"query": {"match_all": {}}}, True)
Expand Down

0 comments on commit bcd8ccf

Please sign in to comment.