Skip to content

Commit 5804238

Browse files
authored
testing: enable TestSameInstanceIdDifferentValue (#134)
Test was disabled due to race condition. Behavior is now well defined due to instance pool being used.
1 parent c061ae0 commit 5804238

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/python_test_cases/tests/test_cit_multiple_kvs.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ def test_ok(self, results: ScenarioResult, logs_info_level: LogContainer):
8484
assert log1.value == log2.value
8585

8686

87-
@pytest.mark.skip(
88-
reason="Race condition between set values - to be fixed with instance pool"
89-
)
9087
@pytest.mark.PartiallyVerifies(
9188
["comp_req__persistency__multi_instance", "comp_req__persistency__concurrency"]
9289
)

0 commit comments

Comments
 (0)