Skip to content

Commit e3942db

Browse files
peri044apbose
authored andcommitted
chore: disable instance_norm test
1 parent 768be55 commit e3942db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/core/conversion/converters/test_instance_norm.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "tests/util/util.h"
55
#include "torch/csrc/jit/ir/irparser.h"
66

7+
#ifndef DISABLE_TEST_IN_CI
78
// Tensor instance_norm(
89
// const Tensor& input,
910
// const c10::optional<Tensor>& weight_opt /* optional */,
@@ -101,3 +102,5 @@ TEST(Converters, ATenInstanceNormRunningStatsConvertsCorrectly) {
101102
auto trt_results = torch_tensorrt::tests::util::RunGraphEngine(g, params, {trt_in});
102103
ASSERT_TRUE(torch_tensorrt::tests::util::almostEqual(jit_results[0], trt_results[0].reshape_as(jit_results[0])));
103104
}
105+
106+
#endif

0 commit comments

Comments
 (0)