Skip to content

Commit

Permalink
Disable Airdrop test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpota committed Dec 23, 2023
1 parent f4c1dd2 commit 449a379
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/integration-test/kotlin/org/sol4k/ConnectionTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ internal class ConnectionTest {
println("shouldGetHealth: health: $health")
}

@Test
// TODO: find a way to fight rate limiting issue for airdrops
// @Test
fun shouldRequestAirdrop() {
val connection = Connection(rpcUrl)
val receiver = Keypair.fromSecretKey(Base58.decode(secretKey)).publicKey
Expand Down

0 comments on commit 449a379

Please sign in to comment.