We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c754895 commit 41b0db1Copy full SHA for 41b0db1
airbyte_cdk/test/standard_tests/connector_base.py
@@ -175,12 +175,6 @@ def get_scenarios(
175
176
scenario = ConnectorTestScenario.model_validate(test)
177
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
-
184
if scenario.config_path and scenario.config_path in [s.config_path for s in test_scenarios]:
185
# Skip duplicate scenarios based on config_path
186
continue
0 commit comments