Skip to content

Commit 9465fdf

Browse files
Remove unnecessary waiting from BDD tests
There are many cases of sleep invocations being made during BDD tests which are not necessary for the tests to pass. This commit removes many of the cases of this occurring. I have also reformatted the tests I have touched to replace tab characters with the standard 4 spaces and make indentation adhere to some semblance of a standard. Additionally, I have reenabled tests for issue 680 and issue 724 which pass. Change-Id: I8695a27f5f35a50b0e84e2c0fddd79dfb885e88a Signed-off-by: Julian Carrivick <[email protected]>
1 parent 457635a commit 9465fdf

File tree

2 files changed

+371
-403
lines changed

2 files changed

+371
-403
lines changed

bddtests/.behaverc

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[behave]
2-
tags=~@issue_724
3-
~@issue_767
2+
tags=~@issue_767
43
~@issueUtxo
54
~@issue_477
6-
~@issue_680
75
~@issue_1207
86
~@issue_1565
97
~@issue_RBAC_TCERT_With_Attributes

0 commit comments

Comments
 (0)