We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64faae1 commit 8fef72bCopy full SHA for 8fef72b
testsuite/tests/empty_panel_test.py
@@ -49,7 +49,9 @@ def test_execute(self) -> None:
49
self.start_spf()
50
self.send_input()
51
time.sleep(tconst.OPERATION_DELAY)
52
- # To not close spf
+ # Intentionally not closing spf to ensure it remains running,
53
+ # which is verified by the validate_spf_running flag which is set
54
+ # to true for this testcase
55
56
57
0 commit comments