Skip to content

Commit 82aff77

Browse files
add the failing test as expected failure
1 parent cc4c721 commit 82aff77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quickcheck-dynamic/test/Spec/DynamicLogic/RegistryModel.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,4 +357,5 @@ tests =
357357
, testProperty "moreActions 10 $ prop_Registry" $ moreActions 10 $ prop_Registry
358358
, testProperty "canRegister" $ propDL canRegister
359359
, testProperty "canRegisterNoUnregister" $ expectFailure $ propDL canRegisterNoUnregister
360+
, testProperty "prop_parRegistryIOSimPor" $ withMaxSuccess 300 $ expectFailure prop_parRegistryIOSimPor
360361
]

0 commit comments

Comments
 (0)