Skip to content

Commit

Permalink
Remove xfail.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Nov 13, 2024
1 parent 942b102 commit 438bfd2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions robot-server/tests/persistence/test_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,9 +594,6 @@ def record_statement(
assert set(normalized_actual) == set(normalized_expected)


# FIXME(mm, 2024-11-12): https://opentrons.atlassian.net/browse/EXEC-827
# Remove this xfail mark when the mismatches are resolved.
@pytest.mark.xfail(strict=True)
def test_migrated_db_matches_db_created_from_metadata(tmp_path: Path) -> None:
"""Test that the output of migration matches `metadata.create_all()`.
Expand Down

0 comments on commit 438bfd2

Please sign in to comment.