Skip to content

Commit

Permalink
5637 remove mmar tests (#5638)
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Li <[email protected]>

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 <[email protected]>
  • Loading branch information
wyli authored Dec 5, 2022
1 parent 7614aca commit e8c6247
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-mmar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: cron-mmar

on:
schedule:
- cron: "0 2 * * *" # at 02:00 UTC
# schedule:
# - cron: "0 2 * * *" # at 02:00 UTC
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions tests/ngc_mmar_loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
from monai.networks.utils import copy_model_state


@unittest.skip("deprecating mmar tests")
class TestAllDownloadingMMAR(unittest.TestCase):
def setUp(self):
print_debug_info()
Expand Down
1 change: 1 addition & 0 deletions tests/test_mmar_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
]


@unittest.skip("deprecating mmar tests")
class TestMMMARDownload(unittest.TestCase):
@parameterized.expand(TEST_CASES)
@skip_if_quick
Expand Down

0 comments on commit e8c6247

Please sign in to comment.