Skip to content

Commit

Permalink
add retries to compiler plugin test, since it seems to be flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
Li Haoyi committed Jul 23, 2016
1 parent dc059e0 commit 3d74481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amm/src/test/scala/ammonite/session/AdvancedTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ object AdvancedTests extends TestSuite{
error: not found: value x
""")
}
'compilerPlugin{
'compilerPlugin - retry(3){
check.session("""
@ // Make sure plugins from eval class loader are not loaded
Expand Down

0 comments on commit 3d74481

Please sign in to comment.