From 1c8741cec459f291c92f41f1fff3668f0f1f4d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Fri, 6 Sep 2024 10:28:44 -0400 Subject: [PATCH] DOC: ignore one more job.phase as it's somewhat unpredictable whether EXECUTING or QUEUED --- docs/dal/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dal/index.rst b/docs/dal/index.rst index 4e5ff0ee..7d30145f 100644 --- a/docs/dal/index.rst +++ b/docs/dal/index.rst @@ -299,7 +299,7 @@ the server is, it will immediately go to the EXECUTING status: .. doctest-remote-data:: - >>> job.phase # doctest: +IGNORE_OUTPUT + >>> job.phase # doctest: +IGNORE_OUTPUT 'EXECUTING' The job will eventually end up in one of the phases: @@ -626,7 +626,7 @@ Get the current job phase: .. doctest-remote-data:: - >>> print(job.phase) + >>> print(job.phase) # doctest: +IGNORE_OUTPUT EXECUTING Maximum run time in seconds is available and can be changed with