We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b582d commit 880d468Copy full SHA for 880d468
1 file changed
test_runner/src/test/kotlin/ftl/run/DumpShardsKtTest.kt
@@ -51,8 +51,8 @@ class DumpShardsKtTest {
51
]
52
},
53
"junit-ignored": [
54
- "class com.example.test_app.InstrumentedTest#ignoredTest1",
55
- "class com.example.test_app.InstrumentedTest#ignoredTest2",
+ "class com.example.test_app.InstrumentedTest#ignoredTestWitSuppress",
+ "class com.example.test_app.InstrumentedTest#ignoredTestWithIgnore",
56
"class com.example.test_app.bar.BarInstrumentedTest#ignoredTestBar",
57
"class com.example.test_app.foo.FooInstrumentedTest#ignoredTestFoo"
58
0 commit comments