Skip to content

Commit e8c6247

Browse files
authored
5637 remove mmar tests (#5638)
Signed-off-by: Wenqi Li <wenqil@nvidia.com> part of #5637 ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. Signed-off-by: Wenqi Li <wenqil@nvidia.com>
1 parent 7614aca commit e8c6247

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/cron-mmar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name: cron-mmar
33

44
on:
5-
schedule:
6-
- cron: "0 2 * * *" # at 02:00 UTC
5+
# schedule:
6+
# - cron: "0 2 * * *" # at 02:00 UTC
77
# Allows you to run this workflow manually from the Actions tab
88
workflow_dispatch:
99

tests/ngc_mmar_loading.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
from monai.networks.utils import copy_model_state
2222

2323

24+
@unittest.skip("deprecating mmar tests")
2425
class TestAllDownloadingMMAR(unittest.TestCase):
2526
def setUp(self):
2627
print_debug_info()

tests/test_mmar_download.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
]
113113

114114

115+
@unittest.skip("deprecating mmar tests")
115116
class TestMMMARDownload(unittest.TestCase):
116117
@parameterized.expand(TEST_CASES)
117118
@skip_if_quick

0 commit comments

Comments
 (0)