mirror of https://github.com/halo-dev/halo
Ignore GithubTest an GitTest
parent
99c11ac57d
commit
527d8bf390
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue