Skip to content

Commit

Permalink
skip another test
Browse files Browse the repository at this point in the history
  • Loading branch information
FxKu committed Mar 13, 2024
1 parent 5145261 commit fc5aa8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ def test_additional_teams_and_members(self):
"Operator does not get in sync")

@timeout_decorator.timeout(TEST_TIMEOUT_SEC)
@unittest.skip("Skipping this test to check if next one works")
def test_config_update(self):
'''
Change Postgres config under Spec.Postgresql.Parameters and Spec.Patroni
Expand Down Expand Up @@ -946,7 +947,6 @@ def test_ignored_annotations(self):
raise

@timeout_decorator.timeout(TEST_TIMEOUT_SEC)
@unittest.skip("Skipping this test to check if next one works")
def test_infrastructure_roles(self):
'''
Test using external secrets for infrastructure roles
Expand Down

0 comments on commit fc5aa8b

Please sign in to comment.