Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
tov101 committed Oct 11, 2023
1 parent ef0c98e commit 6e59636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/asammdf/gui/widgets/test_PlotWidget_ContextMenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@ def test_Menu_EnableDisable_Action_EnableSelected(self):

self.assertEqual(QtCore.Qt.Checked, group_channel.checkState(self.Column.NAME))

@unittest.skipIf(sys.platform != "win32", "Timers cannot be started/stopped from another thread.")
def test_Menu_EnableDisable_Action_DisableSelected(self):
"""
Test Scope:
Expand Down

0 comments on commit 6e59636

Please sign in to comment.