diff --git a/test/asammdf/gui/widgets/test_PlotWidget_ContextMenu.py b/test/asammdf/gui/widgets/test_PlotWidget_ContextMenu.py index b9adaeee5..0e3dc03d4 100644 --- a/test/asammdf/gui/widgets/test_PlotWidget_ContextMenu.py +++ b/test/asammdf/gui/widgets/test_PlotWidget_ContextMenu.py @@ -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: