Skip to content
This repository was archived by the owner on Aug 12, 2021. It is now read-only.

Commit f4c7215

Browse files
authored
Update GraphQLClientTest.kt
1 parent af9596d commit f4c7215

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

graphQL/src/test/kotlin/io/arcblock/forge/graphql/GraphQLClientTest.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
package io.arcblock.forge.graphql
22

33
import org.junit.Test
4+
import org.junit.Ignore
5+
46

57
/**
68
* Author : shan@arcblock.io
@@ -9,6 +11,7 @@ import org.junit.Test
911
* Edited Time :
1012
* Description :
1113
*/
14+
@Ignore
1215
class GraphQLClientTest {
1316
val gql = GraphQLClient("http://localhost:8212/api")
1417
@Test

0 commit comments

Comments
 (0)