Skip to content

Commit

Permalink
Temporary disable
Browse files Browse the repository at this point in the history
  • Loading branch information
zilm13 committed Jan 8, 2025
1 parent 9647ad7 commit bda7bdc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import java.nio.file.Path;
import java.util.concurrent.atomic.AtomicBoolean;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import tech.pegasys.teku.BeaconNodeFacade;
import tech.pegasys.teku.TekuFacade;
Expand All @@ -33,6 +34,7 @@
import tech.pegasys.teku.services.beaconchain.BeaconChainController;
import tech.pegasys.teku.services.beaconchain.BeaconChainControllerFactory;

@Disabled("TODO")
public class TekuConfigurationTest {

Path tempDir = TempDirUtils.createTempDir();
Expand Down

0 comments on commit bda7bdc

Please sign in to comment.