Skip to content

Commit

Permalink
add comment explaining skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
BowenBao committed Feb 1, 2021
1 parent c41bf17 commit 6be1604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/onnx/test_pytorch_onnx_onnxruntime.py
Original file line number Diff line number Diff line change
Expand Up @@ -5830,7 +5830,7 @@ def make_input(batch_size):
other_input = make_input(RNN_BATCH_SIZE + 1)
self.run_test(model, other_input, batch_size=RNN_BATCH_SIZE + 1)

@disableScriptTest()
@disableScriptTest() # TODO: RuntimeError: Exporting the operator __is_ to ONNX is not supported
def test_transformer_encoder(self):
from torch.nn import TransformerEncoderLayer, TransformerEncoder

Expand Down

0 comments on commit 6be1604

Please sign in to comment.