Skip to content

Commit

Permalink
Retry HyperlinkDetectorTests.test1000656 flaky test
Browse files Browse the repository at this point in the history
Re #1001880
  • Loading branch information
dotta committed Sep 9, 2013
1 parent 882b575 commit 35091ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class HyperlinkDetectorTests {
}

@Test
def test1000656() {
def test1000656() = FlakyTest.retry("HyperlinkDetectorTests.test1000656", "expected 1 link, found 0 expected:<1> but was:<0>") {
val oracle = List(Link("type util.Box.myInt"), Link("method util.Full.apply", "object util.Full"))
loadTestUnit("bug1000656/Client.scala").andCheckAgainst(oracle)
}
Expand Down

0 comments on commit 35091ae

Please sign in to comment.