Skip to content

Commit 5aac32c

Browse files
author
Ramon Adolfo Arambula
committed
web-doc-tests: commented out JobAttributes
1 parent 266dbf5 commit 5aac32c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/getting_started/test_scheduling_information.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ def test_getting_started_scheduling_info(execparams: ExecutorTestParams) -> None
99
JobSpec(
1010
executable="/bin/date",
1111
resources=ResourceSpecV1(node_count=1),
12-
attributes=JobAttributes(
13-
queue_name="<QUEUE_NAME>", project_name="<ALLOCATION>"
14-
),
12+
# attributes=JobAttributes(
13+
# queue_name="<QUEUE_NAME>", project_name="<ALLOCATION>"
14+
# ),
1515
)
1616
)
1717

0 commit comments

Comments
 (0)