File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ def OnTestEvent(self, value):
85
85
return DerivedEventTest
86
86
87
87
88
- @pytest .mark .skip (reason = "FIXME: test randomly pass/fails" )
89
88
def test_base_class ():
90
89
"""Test base class managed type"""
91
90
ob = SubClassTest ()
@@ -98,7 +97,6 @@ def test_base_class():
98
97
assert list (SubClassTest .test_list (ob )) == ["a" , "b" , "c" ]
99
98
100
99
101
- @pytest .mark .skip (reason = "FIXME: test randomly pass/fails" )
102
100
def test_interface ():
103
101
"""Test python classes can derive from C# interfaces"""
104
102
InterfaceTestClass = interface_test_class_fixture ()
@@ -112,7 +110,6 @@ def test_interface():
112
110
assert id (x ) == id (ob )
113
111
114
112
115
- @pytest .mark .skip (reason = "FIXME: test randomly pass/fails" )
116
113
def test_derived_class ():
117
114
"""Test python class derived from managed type"""
118
115
DerivedClass = derived_class_fixture ()
You can’t perform that action at this time.
0 commit comments