Skip to content

Commit

Permalink
skip cpu-only test
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Li <[email protected]>
  • Loading branch information
wyli committed Oct 13, 2023
1 parent 958f002 commit 7306433
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_bundle_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
assert_allclose,
command_line_tests,
skip_if_downloading_fails,
skip_if_no_cuda,
skip_if_quick,
)

Expand Down Expand Up @@ -156,6 +157,7 @@ def test_monaihosting_source_download_bundle(self, bundle_files, bundle_name, ve
self.assertTrue(os.path.exists(file_path))


@skip_if_no_cuda
class TestLoad(unittest.TestCase):
@parameterized.expand([TEST_CASE_4])
@skip_if_quick
Expand Down

0 comments on commit 7306433

Please sign in to comment.