Skip to content

Commit 1c8741c

Browse files
committed
DOC: ignore one more job.phase as it's somewhat unpredictable whether EXECUTING or QUEUED
1 parent 3d614ff commit 1c8741c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dal/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ the server is, it will immediately go to the EXECUTING status:
299299

300300
.. doctest-remote-data::
301301

302-
>>> job.phase # doctest: +IGNORE_OUTPUT
302+
>>> job.phase # doctest: +IGNORE_OUTPUT
303303
'EXECUTING'
304304

305305
The job will eventually end up in one of the phases:
@@ -626,7 +626,7 @@ Get the current job phase:
626626

627627
.. doctest-remote-data::
628628

629-
>>> print(job.phase)
629+
>>> print(job.phase) # doctest: +IGNORE_OUTPUT
630630
EXECUTING
631631

632632
Maximum run time in seconds is available and can be changed with

0 commit comments

Comments
 (0)