disable flaky test classes (#8239)

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
Sally MacFarlane
2025-02-04 14:33:23 +10:00
committed by GitHub
parent d691f45b0e
commit a2ef71b425
2 changed files with 4 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ import java.io.IOException;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
@Disabled("flaky see https://github.com/hyperledger/besu/issues/7973")
public class CliqueProposeRpcAcceptanceTest extends AcceptanceTestBase {
@Test

View File

@@ -45,6 +45,9 @@ import java.time.ZoneId;
import java.util.Optional;
import java.util.function.Function;
import org.junit.jupiter.api.Disabled;
@Disabled("flaky https://github.com/hyperledger/besu/issues/8238")
public class LegacyFeeMarketBlockTransactionSelectorTest
extends AbstractBlockTransactionSelectorTest {