We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6716bef commit 561d7e9Copy full SHA for 561d7e9
tests/test_odm2/test_odm2.py
@@ -55,7 +55,7 @@ def setup( request):
55
print 'database initialization completed successfully'
56
return dbConn
57
58
-@pytest.mark.skipif(True, "Enable for testing: CreateService Session closes on failed create #52")
+@pytest.mark.skipif(True, reason="Enable for testing: CreateService Session closes on failed create #52")
59
def test_SessionNotFailed(setup):
60
# goal of this is to see that if we force errors like a null value, or duplicate that the session does not fail
61
0 commit comments