Unverified Commit 322424ab authored by J-shang's avatar J-shang Committed by GitHub
Browse files

Add nnimanager ut back (#3970)

parent 68818a33
...@@ -33,7 +33,7 @@ async function initContainer(): Promise<void> { ...@@ -33,7 +33,7 @@ async function initContainer(): Promise<void> {
await component.get<DataStore>(DataStore).init(); await component.get<DataStore>(DataStore).init();
} }
/* FIXME: timeout on macOS // FIXME: timeout on macOS
describe('Unit test for nnimanager', function () { describe('Unit test for nnimanager', function () {
let nniManager: NNIManager; let nniManager: NNIManager;
...@@ -294,4 +294,3 @@ describe('Unit test for nnimanager', function () { ...@@ -294,4 +294,3 @@ describe('Unit test for nnimanager', function () {
}) })
}) })
*/
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