Skip to content

Commit a96ce5d

Browse files
committed
disabling broken test
1 parent 292cacb commit a96ce5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/test/scala/ton/sdk/client/modules/netSpec.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class AsyncNetSpec extends NetSpec[Future] {
1818
implicit override def executionContext: ExecutionContext = ExecutionContext.Implicits.global
1919
implicit override val ef: Context.Effect[Future] = futureEffect
2020

21-
it should "subscribe_collection and get results" in {
21+
ignore should "subscribe_collection and get results" in {
2222
val now = 1562342740L
2323

2424
val filter = json"""{"now":{"gt":$now}}"""
@@ -48,7 +48,7 @@ class AsyncNetSpec extends NetSpec[Future] {
4848
assertExpression(errors)(_.nonEmpty)
4949
}
5050

51-
it should "suspend resume" in {
51+
ignore should "suspend resume" in {
5252
val filter = Map("created_at" -> Map("gt" -> (System.currentTimeMillis / 1000))).asJson
5353

5454
val result = devNet { implicit ctx =>

src/test/scala/ton/sdk/client/modules/tvmSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class AsyncTvmSpec extends TvmSpec[Future] {
2121
implicit override val ef: Context.Effect[Future] = futureEffect
2222

2323
// Because of the test net timeouts
24-
it should "execute_message" in {
24+
ignore should "execute_message" in {
2525
val abi = AbiJson.fromResource("Subscription.abi.json", getClass.getClassLoader).toOption.get
2626
val tvcSrc = Files.readAllBytes(new File(getClass.getClassLoader.getResource("Subscription.tvc").getFile).toPath)
2727
val tvc = base64(tvcSrc)

0 commit comments

Comments
 (0)