Skip to content

Commit

Permalink
remove skip for test_mixed_version_join
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Golaszewski committed Nov 13, 2024
1 parent 79d650c commit 3ad90db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integration/tests/test_clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ def test_control_plane_nodes(instances: List[harness.Instance]):
), f"only {cluster_node.id} should be left in cluster"


@pytest.mark.skipif(
os.getenv("TEST_SNAP_RELEASE") in ["latest/edge/classic", "latest/edge/strict"],
reason="Test is breaks on classic and strict",
)
@pytest.mark.node_count(2)
@pytest.mark.snap_versions([util.previous_track(config.SNAP), config.SNAP])
def test_mixed_version_join(instances: List[harness.Instance]):
Expand Down

0 comments on commit 3ad90db

Please sign in to comment.