Skip to content

Commit 236c9bc

Browse files
committed
comment out session test
1 parent b5c6303 commit 236c9bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_odm2/test_odm2.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def fin():
7070

7171
return dbConn
7272

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

@@ -362,4 +362,4 @@ def test_createRelatedModel(setup):
362362
def test_createSimulation(setup):
363363
res = setup.odmread.getAllSimulations()
364364

365-
assert len(res) == 1
365+
assert len(res) == 1

0 commit comments

Comments
 (0)