Commit c187fa7a authored by Peter Eastman's avatar Peter Eastman
Browse files

Marked a test as flaky

parent 1505650f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ class ExampleGAN(dc.models.GAN):

class TestGAN(unittest.TestCase):

  @flaky
  def test_cgan(self):
    """Test fitting a conditional GAN."""