We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266dbf5 commit 5aac32cCopy full SHA for 5aac32c
tests/getting_started/test_scheduling_information.py
@@ -9,9 +9,9 @@ def test_getting_started_scheduling_info(execparams: ExecutorTestParams) -> None
9
JobSpec(
10
executable="/bin/date",
11
resources=ResourceSpecV1(node_count=1),
12
- attributes=JobAttributes(
13
- queue_name="<QUEUE_NAME>", project_name="<ALLOCATION>"
14
- ),
+ # attributes=JobAttributes(
+ # queue_name="<QUEUE_NAME>", project_name="<ALLOCATION>"
+ # ),
15
)
16
17
0 commit comments