Skip to content

Commit

Permalink
Disable mempool tests (#711)
Browse files Browse the repository at this point in the history
Ongoing testnet3 spam makes those tests fail.
  • Loading branch information
pm47 authored Oct 9, 2024
1 parent e16e7f5 commit 764e928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ import fr.acinq.lightning.blockchain.mempool.MempoolSpaceClient.Companion.Offici
import fr.acinq.lightning.tests.utils.LightningTestSuite
import fr.acinq.lightning.tests.utils.runSuspendTest
import fr.acinq.lightning.tests.utils.testLoggerFactory
import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.assertNotNull
import kotlin.test.assertTrue
import kotlin.test.*

@Ignore
class MempoolSpaceClientTest : LightningTestSuite() {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ import fr.acinq.lightning.tests.utils.runSuspendTest
import fr.acinq.lightning.tests.utils.testLoggerFactory
import kotlinx.coroutines.delay
import kotlinx.coroutines.flow.first
import kotlin.test.Ignore
import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.assertIs
import kotlin.time.Duration.Companion.seconds

@Ignore
class MempoolSpaceWatcherTest : LightningTestSuite() {

@Test
Expand Down

0 comments on commit 764e928

Please sign in to comment.