Skip to content

Commit

Permalink
Skip the offending test until the tflite converter issue is resolved.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 666013343
  • Loading branch information
majiddadashi authored and copybara-github committed Aug 21, 2024
1 parent 6836309 commit 23db233
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ai_edge_torch/_convert/test/test_convert_multisig.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ def test_convert_mobilenet_v2_no_default(self):
)
)

@googletest.skip(
reason="Re-enable once the tflite converter issue is fixed.",
)
def test_convert_mobilenet_v2_signature_helper(self):
"""Tests the ai_edge_torch.signature helper function works."""
torch_module = torchvision.models.mobilenet_v2().eval()
Expand Down

0 comments on commit 23db233

Please sign in to comment.