Unverified Commit b463e001 authored by QuanluZhang's avatar QuanluZhang Committed by GitHub
Browse files

remove nnimanager ut from macos (#4026)

parent e99c579b
...@@ -352,7 +352,7 @@ stages: ...@@ -352,7 +352,7 @@ stages:
- script: | - script: |
set -e set -e
export CI=true export CI=true
(cd ts/nni_manager && yarn test) (cd ts/nni_manager && yarn test --exclude test/core/nnimanager.test.ts)
(cd ts/nasui && yarn test) (cd ts/nasui && yarn test)
displayName: TypeScript unit test displayName: TypeScript unit test
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment