From 00f6ba0e7ebd5d19bb7d834a709d74dbb8a5a3d9 Mon Sep 17 00:00:00 2001 From: Sylvain Gugger Date: Wed, 31 May 2023 06:31:33 -0400 Subject: [PATCH] Skip failing test for now --- examples/pytorch/test_pytorch_examples.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/pytorch/test_pytorch_examples.py b/examples/pytorch/test_pytorch_examples.py index f4682b8933..6b992612e8 100644 --- a/examples/pytorch/test_pytorch_examples.py +++ b/examples/pytorch/test_pytorch_examples.py @@ -19,6 +19,7 @@ import json import logging import os import sys +import unittest from unittest.mock import patch import torch @@ -239,6 +240,7 @@ class ExamplesTests(TestCasePlus): self.assertGreaterEqual(result["eval_accuracy"], 0.75) self.assertLess(result["eval_loss"], 0.5) + @unittest.skip("Broken, fix me Sourab") def test_run_squad(self): tmp_dir = self.get_auto_remove_tmp_dir() testargs = f"""