Skip to content

Commit

Permalink
test: Remove MySQL xfail markers (#1194)
Browse files Browse the repository at this point in the history
* test: Remove MySQL xfail markers

* Update tests/integration/test_rpc_client.py
  • Loading branch information
edgarrmondragon authored Oct 1, 2024
1 parent ae91479 commit 73a9e66
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/integration/test_rpc_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ def test_copy_survey_destination_id(


@pytest.mark.integration_test
@pytest.mark.xfail_mysql(strict=True)
def test_group(client: citric.Client, survey_id: int):
"""Test group methods."""
# Import a group
Expand Down Expand Up @@ -591,7 +590,6 @@ def test_responses(client: citric.Client, survey_id: int, tmp_path: Path):


@pytest.mark.integration_test
@pytest.mark.xfail_mysql
def test_file_upload(
client: citric.Client,
survey_id: int,
Expand Down Expand Up @@ -654,7 +652,6 @@ def test_file_upload_no_filename(


@pytest.mark.integration_test
@pytest.mark.xfail_mysql(strict=True)
def test_file_upload_invalid_extension(
client: citric.Client,
survey_id: int,
Expand Down

0 comments on commit 73a9e66

Please sign in to comment.