Skip to content

Commit 098b8ac

Browse files
committed
fix: exclude ctp tests from baseline suite
1 parent d8942d6 commit 098b8ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
COVERAGE_THRESHOLD: "40"
2121
SMOKE_TEST_PATHS: >-
2222
tests/test_bt_api_quality.py
23-
FULL_SUITE_MARKERS: "not network and not integration and not performance and not e2e"
23+
FULL_SUITE_MARKERS: "not network and not integration and not performance and not e2e and not ctp"
2424

2525
jobs:
2626
quality:

0 commit comments

Comments
 (0)