Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
remove nnimanager ut from macos (#4026)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanluZhang authored Aug 5, 2021
1 parent e99c579 commit b463e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/fast-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ stages:
- script: |
set -e
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)
displayName: TypeScript unit test
Expand Down

0 comments on commit b463e00

Please sign in to comment.