Skip to content

Commit

Permalink
TST #635 pending upstream fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 6, 2022
1 parent 73607e5 commit fc9c0da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apstools/plans/tests/test_input_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def my_plan(msg, default, agree, bypass):
@pytest.mark.parametrize(
"msg, default, agree, bypass",
[
["Continue?", "y", "y", False],
# TODO: re-enable pending bluesky/bluesky#1550
# ["Continue?", "y", "y", False],
["Continue?", "y", "y", True],
[None, None, None, True],
["Continue?", "n", "y", True],
Expand Down

0 comments on commit fc9c0da

Please sign in to comment.