File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/scala/ton/sdk/client/modules Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 =>
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments