We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3230900 commit 29845a5Copy full SHA for 29845a5
backends/arm/test/passes/test_fuse_constant_ops_pass.py
@@ -4,6 +4,7 @@
4
# LICENSE file in the root directory of this source tree.
5
6
import operator
7
+import unittest
8
from typing import Tuple
9
10
import torch
@@ -107,6 +108,7 @@ def test_fuse_batchnorm_tosa_MI(module):
107
108
pipeline.run()
109
110
111
+@unittest.skip("Test failing on internal CI")
112
@common.parametrize("module", modules)
113
def test_fuse_batchnorm_tosa_BI(module):
114
pipeline = TosaPipelineBI[input_t](
0 commit comments