Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions tests/system/small/test_encryption.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@ def test_df_apis(bq_cmek, session_with_bq_cmek, scalars_table_id):
pytest.param(
None,
id="default_engine",
marks=pytest.mark.skip(
reason="Internal issue 327544164, cmek does not propagate to the dataframe."
),
),
],
)
Expand Down Expand Up @@ -207,9 +204,6 @@ def test_to_gbq(bq_cmek, session_with_bq_cmek, scalars_table_id):
assert output_table_dataset.default_encryption_configuration is None


@pytest.mark.skip(
reason="Internal issue 327544164, cmek does not propagate to the dataframe."
)
def test_read_pandas(bq_cmek, session_with_bq_cmek):
if not bq_cmek:
pytest.skip("no cmek set for testing")
Expand Down