mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 21:17:54 -05:00
disable flaky test classes (#8239)
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user