disable flaky test - LegacyFeeMarketBlockTransactionSelectorTest (#6851)

* disable flaky test

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>

* added message to disabled annotation

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>

---------

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
pull/6856/head
Sally MacFarlane 8 months ago committed by GitHub
parent 9b3a219210
commit d926052eb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      ethereum/blockcreation/src/test/java/org/hyperledger/besu/ethereum/blockcreation/LegacyFeeMarketBlockTransactionSelectorTest.java

@ -42,6 +42,10 @@ import org.hyperledger.besu.util.number.Fraction;
import java.time.ZoneId;
import java.util.function.Function;
import org.junit.jupiter.api.Disabled;
@Disabled(
"disabled since it's flaky with a timeout see https://github.com/hyperledger/besu/issues/6850")
public class LegacyFeeMarketBlockTransactionSelectorTest
extends AbstractBlockTransactionSelectorTest {

Loading…
Cancel
Save