Skip to content

Commit

Permalink
fix: failing tests (#1007)
Browse files Browse the repository at this point in the history
* fix: failing tests

* Update DumpShardsKtTest.kt
  • Loading branch information
piotradamczyk5 authored Aug 18, 2020
1 parent 04b582d commit 880d468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_runner/src/test/kotlin/ftl/run/DumpShardsKtTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ class DumpShardsKtTest {
]
},
"junit-ignored": [
"class com.example.test_app.InstrumentedTest#ignoredTest1",
"class com.example.test_app.InstrumentedTest#ignoredTest2",
"class com.example.test_app.InstrumentedTest#ignoredTestWitSuppress",
"class com.example.test_app.InstrumentedTest#ignoredTestWithIgnore",
"class com.example.test_app.bar.BarInstrumentedTest#ignoredTestBar",
"class com.example.test_app.foo.FooInstrumentedTest#ignoredTestFoo"
]
Expand Down

0 comments on commit 880d468

Please sign in to comment.