Ignore GithubTest an GitTest

pull/167/head
johnniang 2019-05-22 23:46:26 +08:00
parent 99c11ac57d
commit 527d8bf390
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import org.eclipse.jgit.api.Git;
import org.eclipse.jgit.api.Status; import org.eclipse.jgit.api.Status;
import org.eclipse.jgit.api.errors.GitAPIException; import org.eclipse.jgit.api.errors.GitAPIException;
import org.eclipse.jgit.errors.RepositoryNotFoundException; import org.eclipse.jgit.errors.RepositoryNotFoundException;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import java.io.IOException; import java.io.IOException;
@ -16,6 +17,7 @@ import java.nio.file.Path;
* @author johnniang * @author johnniang
* @date 19-5-21 * @date 19-5-21
*/ */
@Ignore
public class GitTest { public class GitTest {
private final Path tempPath; private final Path tempPath;

View File

@ -1,6 +1,7 @@
package run.halo.app.utils; package run.halo.app.utils;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import org.springframework.http.ResponseEntity; import org.springframework.http.ResponseEntity;
import org.springframework.http.client.HttpComponentsClientHttpRequestFactory; import org.springframework.http.client.HttpComponentsClientHttpRequestFactory;
@ -23,6 +24,7 @@ import java.util.Map;
* @author johnniang * @author johnniang
* @date 19-5-21 * @date 19-5-21
*/ */
@Ignore
public class GithubTest { public class GithubTest {
private final Path tempPath; private final Path tempPath;