Skip to content

Commit 5e3568e

Browse files
committed
test8
1 parent d0edecd commit 5e3568e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

testing/_py/test_local.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@ class CommonFSTests:
2727
def test_constructor_equality(self, path1):
2828
p = path1.__class__(path1)
2929
assert p == path1
30-
assert False, "Intentional failure for CI testing"
3130

3231
def test_eq_nonstring(self, path1):
3332
p1 = path1.join("sampledir")
3433
p2 = path1.join("sampledir")
3534
assert p1 == p2
36-
assert False, "Intentional failure for CI testing"
3735

3836

3937
def test_new_identical(self, path1):

0 commit comments

Comments
 (0)