Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit e45ad86

Browse files
authored
Remove test that causes segfault (#605)
* Remove test that causes segfault * Skip instead removing
1 parent 1a2f68e commit e45ad86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdc/tests/test_strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def test_impl(A):
317317
A = np.array(['AA', 'B'])
318318
self.assertEqual(hpat_func(A), test_impl(A))
319319

320-
@unittest.skipIf(platform.system() == 'Windows', "no glob support on windows yet")
320+
@unittest.skip("No glob support on windows yet. Segfault on Linux if no files found by pattern")
321321
def test_glob(self):
322322
def test_impl():
323323
glob.glob("*py")

0 commit comments

Comments
 (0)