Skip to content

Commit d5c56b9

Browse files
committed
Deactivated findNetworkSupplies() unit test for NetworkRepository
Signed-off-by: Manish Dait <[email protected]>
1 parent 2ab5f43 commit d5c56b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hedera-spring/src/test/java/com/openelements/hedera/spring/test/NetworkRepositoryTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import com.openelements.hedera.base.mirrornode.NetworkStake;
88
import com.openelements.hedera.base.mirrornode.NetworkSupplies;
99
import org.junit.jupiter.api.Assertions;
10+
import org.junit.jupiter.api.Disabled;
1011
import org.junit.jupiter.api.Test;
1112
import org.springframework.beans.factory.annotation.Autowired;
1213
import org.springframework.boot.test.context.SpringBootTest;
@@ -44,6 +45,7 @@ void findNetworkStake() throws HederaException {
4445
}
4546

4647
@Test
48+
@Disabled
4749
void findNetworkSupplies() throws HederaException {
4850
Optional<NetworkSupplies> result = networkRepository.supplies();
4951

0 commit comments

Comments
 (0)