Disabled wizard test on macOS as it still segfaults

This commit is contained in:
Veronica Berglyd Olsen
2022-05-15 16:37:09 +02:00
parent c91f19f9f7
commit e2c10f52d2
+3 -2
View File
@@ -19,8 +19,9 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
""" """
import pytest
import os import os
import sys
import pytest
from tools import getGuiItem from tools import getGuiItem
@@ -39,7 +40,7 @@ stepDelay = 20
@pytest.mark.gui @pytest.mark.gui
# @pytest.mark.skipif(sys.platform.startswith("darwin"), reason="Not running on Darwin") @pytest.mark.skipif(sys.platform.startswith("darwin"), reason="Not running on Darwin")
def testToolProjectWizard_Handling(qtbot, monkeypatch, nwGUI, nwMinimal): def testToolProjectWizard_Handling(qtbot, monkeypatch, nwGUI, nwMinimal):
"""Test the launch of the project wizard. """Test the launch of the project wizard.
Disabled for macOS because the test segfaults on QWizard.show() Disabled for macOS because the test segfaults on QWizard.show()