We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b999e7 commit 189c12aCopy full SHA for 189c12a
hiero-spring/src/test/java/com/openelements/hiero/spring/test/ProtocolLayerClientTests.java
@@ -27,6 +27,7 @@
27
import java.nio.file.Files;
28
import java.nio.file.Path;
29
import org.junit.jupiter.api.Assertions;
30
+import org.junit.jupiter.api.Disabled;
31
import org.junit.jupiter.api.Test;
32
import org.springframework.beans.factory.annotation.Autowired;
33
import org.springframework.boot.test.context.SpringBootTest;
@@ -44,6 +45,7 @@ public class ProtocolLayerClientTests {
44
45
private HieroTestUtils hieroTestUtils;
46
47
@Test
48
+ @Disabled
49
void testGetBalance() throws Exception {
50
//given
51
final AccountBalanceRequest accountBalanceRequest = AccountBalanceRequest.of(
0 commit comments