Skip to content

Commit ae586e0

Browse files
authored
test: enable back cmek tests on inline data (#461)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
1 parent 370fe90 commit ae586e0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/system/small/test_encryption.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ def test_df_apis(bq_cmek, session_with_bq_cmek, scalars_table_id):
146146
pytest.param(
147147
None,
148148
id="default_engine",
149-
marks=pytest.mark.skip(
150-
reason="Internal issue 327544164, cmek does not propagate to the dataframe."
151-
),
152149
),
153150
],
154151
)
@@ -207,9 +204,6 @@ def test_to_gbq(bq_cmek, session_with_bq_cmek, scalars_table_id):
207204
assert output_table_dataset.default_encryption_configuration is None
208205

209206

210-
@pytest.mark.skip(
211-
reason="Internal issue 327544164, cmek does not propagate to the dataframe."
212-
)
213207
def test_read_pandas(bq_cmek, session_with_bq_cmek):
214208
if not bq_cmek:
215209
pytest.skip("no cmek set for testing")

0 commit comments

Comments
 (0)