Skip to content

Commit

Permalink
TST #810 remove local test markers and re-run CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Apr 4, 2024
1 parent ef5371a commit 7093b19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apstools/devices/tests/test_positioner_soft_done.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ def test_structure(device, has_inposition):
assert pos.tolerance.get() == -1


# @pytest.mark.local
def test_put_and_stop(rbv, prec, pos):
assert pos.tolerance.get() == -1
assert pos.precision == prec.get()
Expand Down Expand Up @@ -248,7 +247,6 @@ def motion(rb_initial, target, rb_mid=None):
motion(1, 0, 0.5) # interrupted move


# @pytest.mark.local
def test_move_and_stop_nonzero(rbv, pos):
timed_pause()

Expand All @@ -271,7 +269,6 @@ def test_move_and_stop_nonzero(rbv, pos):
assert pos.inposition


# @pytest.mark.local
def test_move_and_stopped_early(rbv, pos):
def motion(target, delay, interrupt=False):
timed_pause(0.1) # allow previous activities to settle down
Expand Down

0 comments on commit 7093b19

Please sign in to comment.