Skip to content

Commit

Permalink
DOC: ignore one more job.phase as it's somewhat unpredictable whether…
Browse files Browse the repository at this point in the history
… EXECUTING or QUEUED
  • Loading branch information
bsipocz committed Sep 6, 2024
1 parent 3d614ff commit 1c8741c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dal/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1c8741c

Please sign in to comment.