We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2bc2d8 commit 27b2dcfCopy full SHA for 27b2dcf
tests/py/dynamo/conversion/test_gelu_aten.py
@@ -1,3 +1,4 @@
1
+import pytest
2
import torch
3
import torch.nn as nn
4
from torch.testing._internal.common_utils import run_tests
@@ -6,6 +7,7 @@
6
7
from .harness import DispatchTestCase
8
9
10
+@pytest.mark.skip(reason="This test will be skipped.")
11
class TestGeLUConverter(DispatchTestCase):
12
def test_gelu(self):
13
class TestModule(nn.Module):
0 commit comments