Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit ddc11c6

Browse files
committed
disable test temporarily
1 parent 6928337 commit ddc11c6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
data_source: reporting_api__marts
3636
checks: ./testing/checks_error.yaml
3737
expected_exit_code: 3
38-
- name: scan with errors (wrong data source)
39-
data_source: MISSING_DS
40-
checks: ./testing/checks_pass.yaml
41-
expected_exit_code: 3
38+
# Disabled until https://github.com/sodadata/soda-library/pull/63 is merged and released
39+
# - name: scan with errors (wrong data source)
40+
# data_source: MISSING_DS
41+
# checks: ./testing/checks_pass.yaml
42+
# expected_exit_code: 3
4243
steps:
4344
- name: Checkout
4445
uses: actions/checkout@v3

0 commit comments

Comments
 (0)