Skip to content

Commit 8fef72b

Browse files
committed
fix: PR review comments, add clarification about the testcase
1 parent 64faae1 commit 8fef72b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testsuite/tests/empty_panel_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ def test_execute(self) -> None:
4949
self.start_spf()
5050
self.send_input()
5151
time.sleep(tconst.OPERATION_DELAY)
52-
# To not close spf
52+
# 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
5355

5456

5557

0 commit comments

Comments
 (0)