Skip to content

Commit 84b6377

Browse files
authored
Fix flaky tests (#1229)
1 parent 43eb60e commit 84b6377

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

play-json/jvm/src/test/scala/play/api/libs/json/JsonSpec.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ import play.api.libs.json.Json._
1818
import play.api.libs.json.jackson.JacksonJson
1919

2020
class JsonSpec extends org.specs2.mutable.Specification {
21+
22+
sequential
23+
2124
"JSON".title
2225

2326
import java.text.SimpleDateFormat

0 commit comments

Comments
 (0)