diff --git a/test/asammdf/gui/widgets/test_PlotWidget_DragAndDrop.py b/test/asammdf/gui/widgets/test_PlotWidget_DragAndDrop.py index d7031e193..b7194c8ed 100644 --- a/test/asammdf/gui/widgets/test_PlotWidget_DragAndDrop.py +++ b/test/asammdf/gui/widgets/test_PlotWidget_DragAndDrop.py @@ -8,6 +8,7 @@ from PySide6 import QtCore, QtGui, QtTest, QtWidgets +@unittest.skipIf(sys.platform != "win32", "Timers cannot be started/stopped from another thread.") class TestDragAndDrop(TestPlotWidget): # Note: Test Plot Widget through FileWidget.