Skip to content

Commit c14ca83

Browse files
mdesmetdamian3031
authored andcommitted
Disable prepared_statement tests on Galaxy
1 parent 9927bfc commit c14ca83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/functional/adapter/materialization/test_prepared_statements.py

+2
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,13 @@ def run_seed_with_prepared_statements(self, project, trino_connection, expected_
6464
check_relations_equal(project.adapter, ["seed", "materialization"])
6565

6666
@pytest.mark.prepared_statements_disabled
67+
@pytest.mark.skip_profile("starburst_galaxy")
6768
class TestPreparedStatementsDisabled(PreparedStatementsBase):
6869
def test_run_seed_with_prepared_statements_disabled(self, project, trino_connection):
6970
self.run_seed_with_prepared_statements(project, trino_connection, 0)
7071

7172

73+
@pytest.mark.skip_profile("starburst_galaxy")
7274
class TestPreparedStatementsEnabled(PreparedStatementsBase):
7375
def test_run_seed_with_prepared_statements_enabled(self, project, trino_connection):
7476
self.run_seed_with_prepared_statements(project, trino_connection, 1)

0 commit comments

Comments
 (0)