Skip to content

Commit cdf67fa

Browse files
fix: adjust test markers
1 parent f36f8cc commit cdf67fa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cardano_node_tests/tests/test_dbsync_config.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
reason="db-sync config tests can run on a single cluster only",
2222
),
2323
pytest.mark.dbsync_config,
24+
pytest.mark.needs_dbsync,
2425
]
2526

2627

@@ -109,7 +110,6 @@ class TestDBSyncConfig:
109110
"""Basic tests for DB-Sync Config."""
110111

111112
@allure.link(helpers.get_vcs_link())
112-
@pytest.mark.dbsync_config
113113
def test_basic_tx_out(
114114
self,
115115
db_sync_manager: db_sync.DBSyncManager,
@@ -150,7 +150,6 @@ def test_basic_tx_out(
150150
)
151151

152152
@allure.link(helpers.get_vcs_link())
153-
@pytest.mark.dbsync_config
154153
@pytest.mark.parametrize(
155154
("tx_cbor_value", "expected_state"),
156155
[
@@ -171,7 +170,6 @@ def test_cbor(
171170
check_dbsync_state({db_sync.Table.TX_CBOR: expected_state})
172171

173172
@allure.link(helpers.get_vcs_link())
174-
@pytest.mark.dbsync_config
175173
@pytest.mark.parametrize(
176174
("multi_asset_enable", "expected_state"),
177175
[(True, TableCondition.NOT_EMPTY), (False, TableCondition.EMPTY)],

0 commit comments

Comments
 (0)