diff --git a/ai_edge_torch/_convert/test/test_convert_multisig.py b/ai_edge_torch/_convert/test/test_convert_multisig.py index f90ec434..ea5f262c 100644 --- a/ai_edge_torch/_convert/test/test_convert_multisig.py +++ b/ai_edge_torch/_convert/test/test_convert_multisig.py @@ -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),)