Skip to content

Commit

Permalink
ugh try again.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Dec 7, 2023
1 parent 0687897 commit 99f531d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion api/tests/opentrons/protocol_api_integration/test_trashes.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@
),
],
),
("2.16", "Flex", None),
pytest.param(
"2.16",
"Flex",
None,
marks=pytest.mark.ot3_only, # Simulating a Flex protocol requires a Flex hardware API.
),
],
)
def test_fixed_trash_presence(
Expand Down Expand Up @@ -63,6 +68,7 @@ def test_fixed_trash_presence(
assert instrument.trash_container is protocol.fixed_trash


@pytest.mark.ot3_only # Simulating a Flex protocol requires a Flex hardware API.
def test_trash_search() -> None:
"""Test the automatic trash search for protocols without a fixed trash."""
protocol = simulate.get_protocol_api(version="2.16", robot_type="Flex")
Expand Down

0 comments on commit 99f531d

Please sign in to comment.