Skip to content

Commit 880d468

Browse files
fix: failing tests (#1007)
* fix: failing tests * Update DumpShardsKtTest.kt
1 parent 04b582d commit 880d468

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test_runner/src/test/kotlin/ftl/run/DumpShardsKtTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ class DumpShardsKtTest {
5151
]
5252
},
5353
"junit-ignored": [
54-
"class com.example.test_app.InstrumentedTest#ignoredTest1",
55-
"class com.example.test_app.InstrumentedTest#ignoredTest2",
54+
"class com.example.test_app.InstrumentedTest#ignoredTestWitSuppress",
55+
"class com.example.test_app.InstrumentedTest#ignoredTestWithIgnore",
5656
"class com.example.test_app.bar.BarInstrumentedTest#ignoredTestBar",
5757
"class com.example.test_app.foo.FooInstrumentedTest#ignoredTestFoo"
5858
]

0 commit comments

Comments
 (0)