Skip to content

Commit e34c417

Browse files
author
Anurag Dixit
committed
refactor: Added tracking for disabled CI tests from DLFW integration
Signed-off-by: Anurag Dixit <[email protected]>
1 parent a10613e commit e34c417

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

tests/NOTES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Tests
2+
3+
## Lists of Tests disabled for DLFW CI
4+
5+
Following tests have been disabled due to flaky output issues with DLFW integration CI. These test cases will remain disabled until fixed for integration with DLFW.
6+
7+
```
8+
1. MobileNet_v2 model test (test_api.py)
9+
2. GELU test (test_activation.cpp)
10+
3. LSTM tests (test_lstm_cell.cpp)
11+
4. Softmax tests (test_softmax.cpp)
12+
5. Partitioning tests (test_fallback_graph_output.cpp)
13+
6. RuntimeThreadSafety tests (test_runtime_thread_safety.cpp)
14+
7. ModuleAsEngine tests (test_modules_as_engines.cpp)
15+
8. ModuleFallback tests (test_module_fallback.cpp)
16+
9. MultipleRunEngine tests (test_multiple_registered_engines.cpp)
17+
10. CompiledModule tests (test_compiled_modules.cpp)
18+
19+
```
20+
21+
Note: Most of these tests could be identified with DISABLE_TEST_IN_CI flag in the test suite.

0 commit comments

Comments
 (0)