Skip to content
Snippets Groups Projects
Unverified Commit 76cd7ab4 authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony Committed by GitHub
Browse files

Remove qt4 workspacewidget test

parent e4af9350
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,9 @@ endif () ...@@ -97,6 +97,9 @@ endif ()
# Leave it out as it's a very basic test and the Qt5 # Leave it out as it's a very basic test and the Qt5
# tests should catch any problems anyway # tests should catch any problems anyway
list ( REMOVE_ITEM PYTHON_TEST_FILES mantidqt/widgets/test/test_jupyterconsole.py ) list ( REMOVE_ITEM PYTHON_TEST_FILES mantidqt/widgets/test/test_jupyterconsole.py )
# The workspacewidget test randomly sefaults on exit with Qt4. It will not be used
# in a Qt 4 context so remove the test
list ( REMOVE_ITEM PYTHON_TEST_FILES mantidqt/widgets/workspacewidget/test/test_workspacetreewidget.py )
set ( PYUNITTEST_QT_API pyqt ) set ( PYUNITTEST_QT_API pyqt )
pyunittest_add_test ( ${CMAKE_CURRENT_SOURCE_DIR} pyunittest_add_test ( ${CMAKE_CURRENT_SOURCE_DIR}
mantidqt_qt4 ${PYTHON_TEST_FILES} mantidqt_qt4 ${PYTHON_TEST_FILES}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment