Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh Shetty <[email protected]>
  • Loading branch information
mashetty330 committed Feb 15, 2024
1 parent ee6175a commit 60866b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/disaster-recovery/sc_arbiter/test_netsplit.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ def finalizer():
argnames="zones, duration",
argvalues=[
pytest.param(constants.NETSPLIT_DATA_1_DATA_2, 15),
# pytest.param(constants.NETSPLIT_ARBITER_DATA_1, 15),
# pytest.param(constants.NETSPLIT_ARBITER_DATA_1_AND_ARBITER_DATA_2, 15),
# pytest.param(constants.NETSPLIT_ARBITER_DATA_1_AND_DATA_1_DATA_2, 15),
pytest.param(constants.NETSPLIT_ARBITER_DATA_1, 15),
pytest.param(constants.NETSPLIT_ARBITER_DATA_1_AND_ARBITER_DATA_2, 15),
pytest.param(constants.NETSPLIT_ARBITER_DATA_1_AND_DATA_1_DATA_2, 15),
],
ids=[
"Data-1-Data-2",
# "Arbiter-Data-1",
# "Arbiter-Data-1-and-Arbiter-Data-2",
# "Arbiter-Data-1-and-Data-1-Data-2",
"Arbiter-Data-1",
"Arbiter-Data-1-and-Arbiter-Data-2",
"Arbiter-Data-1-and-Data-1-Data-2",
],
)
def test_netsplit(
Expand Down

0 comments on commit 60866b1

Please sign in to comment.