Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

re-enable clique AT #373

Merged
merged 2 commits into from
Dec 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@

import java.io.IOException;

import org.junit.Ignore;
import org.junit.Test;

@Ignore
public class CliqueDiscardRpcAcceptanceTest extends AcceptanceTestBase {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@

import java.io.IOException;

import org.junit.Ignore;
import org.junit.Test;

@Ignore
public class CliqueMiningAcceptanceTest extends AcceptanceTestBase {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@

import java.io.IOException;

import org.junit.Ignore;
import org.junit.Test;

@Ignore
public class CliqueProposalRpcAcceptanceTest extends AcceptanceTestBase {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@

import java.io.IOException;

import org.junit.Ignore;
import org.junit.Test;

@Ignore
public class CliqueProposeRpcAcceptanceTest extends AcceptanceTestBase {

@Test
Expand Down