Skip to content

Commit f40987f

Browse files
committed
skip local testing
1 parent 7d1b222 commit f40987f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/integ/scala/test_dataframe_reader_suite.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,10 @@ def test_read_json_with_infer_schema(session, mode):
12621262
]
12631263

12641264

1265+
@pytest.mark.skipif(
1266+
"config.getoption('local_testing_mode', default=False)",
1267+
reason="Local Testing does not support JSONL format or INFER_SCHEMA.",
1268+
)
12651269
@pytest.mark.parametrize("mode", ["select", "copy"])
12661270
def test_read_json_with_infer_schema_deterministic_column_order(session, mode):
12671271
"""Test that INFER_SCHEMA returns columns in deterministic order."""

tests/unit/scala/test_utils_suite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ def check_zip_files_and_close_stream(input_stream, expected_files):
345345
"resources/testCSVspecialFormat.csv",
346346
"resources/testJSONspecialFormat.json.gz",
347347
"resources/testJson.json",
348+
"resources/testJsonDupeColumnID.jsonl",
348349
"resources/testJsonNewSchema.json",
349350
"resources/testJsonSameSchema.json",
350351
"resources/test_all_data_types.parquet",

0 commit comments

Comments
 (0)