ignore these tests until we can fix it (#124)

Sally MacFarlane 6 years ago committed by GitHub
parent f4b9b56354
commit a95d81a12b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pantheon/src/test/java/tech/pegasys/pantheon/cli/PantheonCommandTest.java

@ -59,6 +59,7 @@ import org.junit.rules.TemporaryFolder;
import org.mockito.ArgumentCaptor;
import org.mockito.ArgumentMatchers;
@Ignore("temporarily ignored because tests hang if working dir path too long")
public class PantheonCommandTest extends CommandTestAbstract {
@Rule public final TemporaryFolder temp = new TemporaryFolder();

Loading…
Cancel
Save