Skip to content

Commit

Permalink
Skip test_conv2d_linear_add_broadcast_shapes_cpu on fbcode (pytorch#1…
Browse files Browse the repository at this point in the history
…43530)

Summary: The test is added by D67376995 and it is failing on fbcode

Test Plan: `buck2 test 'fbcode//mode/opt' fbcode//caffe2/test/inductor:mkldnn_pattern_matcher_cpu -- --exact 'caffe2/test/inductor:mkldnn_pattern_matcher_cpu - test_conv2d_linear_add_broadcast_shapes_cpu (caffe2.test.inductor.test_mkldnn_pattern_matcher.TestPatternMatcher)'`

Differential Revision: D67413687

Pull Request resolved: pytorch#143530
Approved by: https://github.com/jansel
  • Loading branch information
huydhn authored and pytorchmergebot committed Dec 18, 2024
1 parent d4ed594 commit 4717cd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/inductor/test_mkldnn_pattern_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,7 @@ def matcher_check_fn():
@skipIfNoDynamoSupport
@skipIfNoONEDNN
@skipIfRocm
@unittest.skipIf(IS_FBCODE, "Failing in fbcode")
def test_conv2d_linear_add_broadcast_shapes_cpu(self):
class M(torch.nn.Module):
def __init__(self):
Expand Down

0 comments on commit 4717cd1

Please sign in to comment.