Skip to content

Commit ee85998

Browse files
committed
Remove debug test
1 parent e282e5c commit ee85998

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

runtime/runtime-core/linuxX64/test/aws/smithy/kotlin/runtime/util/SystemPlatformProviderLinuxX64Test.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,4 @@ class SystemPlatformProviderLinuxX64Test {
1414
val osInfo = PlatformProvider.System.osInfo()
1515
assertEquals(OsFamily.Linux, osInfo.family)
1616
}
17-
18-
@Test
19-
fun definitelyShouldFail() = runTest {
20-
assertEquals(1, 2)
21-
}
2217
}

0 commit comments

Comments
 (0)