Skip to content

Commit

Permalink
add flag on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Dec 4, 2024
1 parent 050dd1e commit 1050d57
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions catalog_reader/pytest/unit/test_normalize_questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,15 @@
'hidden': False,
}
},
{
'variable': 'kfd_device_exists',
'label': 'KFD Device Exists',
'schema': {
'type': 'boolean',
'default': False,
'hidden': True,
}
},
{
'variable': 'nvidia_gpu_selection',
'label': 'Select NVIDIA GPU(s)',
Expand Down

0 comments on commit 1050d57

Please sign in to comment.