Skip to content

Commit 754aeae

Browse files
committed
test: Remove tests that no longer work with better error reporting.
Toxcore now reports failure to bootstrap immediately.
1 parent 76e56a5 commit 754aeae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/test/java/im/tox/tox4j/ToxTest.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ final class ToxCoreTest extends FunSuite with ToxTestMixin {
5656
withToxUnit(_.close())
5757
}
5858

59+
/*
60+
* Can't easily test this anymore, because bootstrap now actually reports
61+
* success/failure immediately.
62+
*/
63+
/*
5964
test("BootstrapBorderlinePort1") {
6065
withToxUnit { tox =>
6166
tox.bootstrap(
@@ -75,6 +80,7 @@ final class ToxCoreTest extends FunSuite with ToxTestMixin {
7580
)
7681
}
7782
}
83+
*/
7884

7985
test("IterationInterval") {
8086
withToxUnit { tox =>

0 commit comments

Comments
 (0)