Commit d69965ee authored by Vignesh's avatar Vignesh
Browse files

Removed attr slow from failing GAN test

parent 0735e5e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ class TestGAN(unittest.TestCase):
    assert np.std(deltas) > 1.0
    assert gan.get_global_step() == 500

  @attr("slow")
  @flaky
  def test_mix_gan(self):
    """Test a GAN with multiple generators and discriminators."""