Skip to content

Commit cb74679

Browse files
authored
fix(spanner): unskip emulator tests for proto (#1145)
1 parent ec96d36 commit cb74679

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/system/test_database_api.py

-1
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,6 @@ def _unit_of_work(transaction, test):
897897

898898

899899
def test_create_table_with_proto_columns(
900-
not_emulator,
901900
not_postgres,
902901
shared_instance,
903902
databases_to_delete,

tests/system/test_session_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2649,7 +2649,7 @@ def test_execute_sql_w_query_param_struct(sessions_database, not_postgres):
26492649

26502650

26512651
def test_execute_sql_w_proto_message_bindings(
2652-
not_emulator, not_postgres, sessions_database, database_dialect
2652+
not_postgres, sessions_database, database_dialect
26532653
):
26542654
singer_info = _sample_data.SINGER_INFO_1
26552655
singer_info_bytes = base64.b64encode(singer_info.SerializeToString())

0 commit comments

Comments
 (0)