From 6e5963685a18ac2658fd75b5ca3c688898b40c30 Mon Sep 17 00:00:00 2001 From: tov101 Date: Wed, 11 Oct 2023 14:29:25 +0300 Subject: [PATCH] .. --- test/asammdf/gui/widgets/test_PlotWidget_ContextMenu.py | 1 + 1 file changed, 1 insertion(+) 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: