Skip to content

Commit 561d7e9

Browse files
committed
Turn off test for CreateService Session closes on failed create #52
Messages different on Mac. Single word for searching, and lower case compares
1 parent 6716bef commit 561d7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_odm2/test_odm2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def setup( request):
5555
print 'database initialization completed successfully'
5656
return dbConn
5757

58-
@pytest.mark.skipif(True, "Enable for testing: CreateService Session closes on failed create #52")
58+
@pytest.mark.skipif(True, reason="Enable for testing: CreateService Session closes on failed create #52")
5959
def test_SessionNotFailed(setup):
6060
# goal of this is to see that if we force errors like a null value, or duplicate that the session does not fail
6161

0 commit comments

Comments
 (0)