Skip to content

Commit 6143331

Browse files
remove thrift aligned test_cancel_during_execute from SEA tests
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent f1776f3 commit 6143331

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

tests/e2e/test_driver.py

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -590,19 +590,8 @@ def test_unicode(self, extra_params):
590590
assert len(results) == 1 and len(results[0]) == 1
591591
assert results[0][0] == unicode_str
592592

593-
@pytest.mark.parametrize(
594-
"extra_params",
595-
[
596-
{},
597-
{
598-
"use_sea": True,
599-
"use_cloud_fetch": False,
600-
"enable_query_result_lz4_compression": False,
601-
},
602-
],
603-
)
604-
def test_cancel_during_execute(self, extra_params):
605-
with self.cursor(extra_params) as cursor:
593+
def test_cancel_during_execute(self):
594+
with self.cursor() as cursor:
606595

607596
def execute_really_long_query():
608597
cursor.execute(

0 commit comments

Comments
 (0)