Skip to content

Commit cf8ce89

Browse files
authored
Skip some arm tests
Differential Revision: D70924026 Pull Request resolved: #9106
1 parent 80c3f63 commit cf8ce89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backends/arm/test/passes/test_fuse_constant_ops_pass.py

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# LICENSE file in the root directory of this source tree.
55

66
import operator
7+
import unittest
78
from typing import Tuple
89

910
import torch
@@ -107,6 +108,7 @@ def test_fuse_batchnorm_tosa_MI(module):
107108
pipeline.run()
108109

109110

111+
@unittest.skip("Test failing on internal CI")
110112
@common.parametrize("module", modules)
111113
def test_fuse_batchnorm_tosa_BI(module):
112114
pipeline = TosaPipelineBI[input_t](

0 commit comments

Comments
 (0)