Skip to content

Commit c8820d4

Browse files
remove explicit multi chunk test
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 1d0b28b commit c8820d4

File tree

2 files changed

+0
-242
lines changed

2 files changed

+0
-242
lines changed

examples/experimental/sea_connector_test.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"test_sea_sync_query",
1919
"test_sea_async_query",
2020
"test_sea_metadata",
21-
"test_sea_multi_chunk",
2221
]
2322

2423

@@ -28,12 +27,6 @@ def run_test_module(module_name: str) -> bool:
2827
os.path.dirname(os.path.abspath(__file__)), "tests", f"{module_name}.py"
2928
)
3029

31-
# Handle the multi-chunk test which is in the main directory
32-
if module_name == "test_sea_multi_chunk":
33-
module_path = os.path.join(
34-
os.path.dirname(os.path.abspath(__file__)), f"{module_name}.py"
35-
)
36-
3730
# Simply run the module as a script - each module handles its own test execution
3831
result = subprocess.run(
3932
[sys.executable, module_path], capture_output=True, text=True

examples/experimental/test_sea_multi_chunk.py

Lines changed: 0 additions & 235 deletions
This file was deleted.

0 commit comments

Comments
 (0)