Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/d/doc-801/1-0_code_under_test_co…
Browse files Browse the repository at this point in the history
…nnect_to_filesystem_data' into d/doc-801/1-0_code_under_test_connect_to_filesystem_data
  • Loading branch information
Rachel-Reverie committed Aug 19, 2024
2 parents 66d55c4 + 06ba247 commit 1f9e02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_script_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ def delay_rerun(*args):


# populate docs_test_matrix with sub-lists
docs_test_matrix += docs_tests # this has to go first. TODO: Fix in V1-481
docs_test_matrix += local_tests
docs_test_matrix += quickstart
docs_test_matrix += fluent_datasources
Expand All @@ -338,7 +339,6 @@ def delay_rerun(*args):
docs_test_matrix += aws_glue_integration_tests
docs_test_matrix += multiple_backend
docs_test_matrix += failed_rows_tests
docs_test_matrix += docs_tests

pandas_integration_tests: List[IntegrationTestFixture] = []

Expand Down

0 comments on commit 1f9e02d

Please sign in to comment.