Skip to content

Commit

Permalink
disable flaky test - LegacyFeeMarketBlockTransactionSelectorTest (#6851)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
macfarla authored Mar 29, 2024
1 parent 9b3a219 commit d926052
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
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 {

Expand Down

0 comments on commit d926052

Please sign in to comment.