Skip to content

Commit 41b0db1

Browse files
committed
don't skip failure conditions
1 parent c754895 commit 41b0db1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

airbyte_cdk/test/standard_tests/connector_base.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,6 @@ def get_scenarios(
175175

176176
scenario = ConnectorTestScenario.model_validate(test)
177177

178-
if scenario.expect_exception:
179-
# For now, we skip tests that are expected to fail.
180-
# This is because they create false-positives in the test suite
181-
# if they fail later than expected.
182-
continue
183-
184178
if scenario.config_path and scenario.config_path in [s.config_path for s in test_scenarios]:
185179
# Skip duplicate scenarios based on config_path
186180
continue

0 commit comments

Comments
 (0)