File: deb_skip_segfaultingtests

package info (click to toggle)
python-mne 0.19.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 100,440 kB
  • sloc: python: 120,243; pascal: 1,861; makefile: 225; sh: 15
file content (14 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Yaroslav Halchenko
Last-Update: 2017-12-04 18:32:49 -0500
Description: Skip test that's known to segfault

--- a/mne/gui/tests/test_kit2fiff_gui.py
+++ b/mne/gui/tests/test_kit2fiff_gui.py
@@ -128,6 +128,7 @@ def test_kit2fiff_model():
 @traits_test
 def test_kit2fiff_gui():
     """Test Kit2Fiff GUI."""
+    raise SkipTest("known to segfault")
     _check_ci()
     home_dir = _TempDir()
     os.environ['_MNE_GUI_TESTING_MODE'] = 'true'