Skip to content

Commit aea4e61

Browse files
Krovatkinfacebook-github-bot
authored andcommitted
skip test_jit_legacy (pytorch#68129)
Summary: disables failing tests in [https://github.com/pytorch/pytorch/issues/66429](https://github.com/pytorch/pytorch/issues/67646) Pull Request resolved: pytorch#68129 Reviewed By: suo, janeyx99 Differential Revision: D32326118 Pulled By: Krovatkin fbshipit-source-id: ca00d2214503f418be45dc756057b990fb6e6370
1 parent a6a2616 commit aea4e61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_jit_fuser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import torch.nn as nn
99
import torch.nn.functional as F
1010
from torch.testing import FileCheck
11+
from unittest import skipIf
1112

1213
from torch.testing._internal.common_utils import run_tests, IS_SANDCASTLE, ProfilingMode, GRAPH_EXECUTOR, \
1314
enable_profiling_mode_for_profiling_tests, IS_WINDOWS, TemporaryDirectoryName, shell
@@ -38,6 +39,7 @@ def warmup_forward(f, *args):
3839
return results
3940

4041

42+
@skipIf(GRAPH_EXECUTOR == ProfilingMode.LEGACY, "skip due to SIGIOT failures, #67646")
4143
class TestFuser(JitTestCase):
4244
def assertAllFused(self, graph, except_for=()):
4345

0 commit comments

Comments
 (0)