Skip to content

Commit

Permalink
Skip failing test due to lowering change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 665898342
  • Loading branch information
talumbau authored and copybara-github committed Aug 21, 2024
1 parent a54d10d commit 12c7ae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ai_edge_torch/_convert/test/test_convert_multisig.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def test_convert_mobilenet_v2_no_default(self):

def test_convert_mobilenet_v2_signature_helper(self):
"""Tests the ai_edge_torch.signature helper function works."""
self.skipTest("b/361146498")
torch_module = torchvision.models.mobilenet_v2().eval()

args = (torch.randn(4, 3, 224, 224),)
Expand Down

0 comments on commit 12c7ae9

Please sign in to comment.