mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-11-02 07:21:02 +00:00
Removing comments and make command
This commit is contained in:
parent
f48e3ff0db
commit
7664a423a5
2 changed files with 0 additions and 12 deletions
|
|
@ -49,13 +49,6 @@ func TestRepoMigrate(t *testing.T) {
|
|||
}{
|
||||
{"TestMigrateGithub", "https://github.com/go-gitea/test_repo.git", "git", structs.PlainGitService},
|
||||
{"TestMigrateGithub", "https://github.com/go-gitea/test_repo.git", "github", structs.GithubService},
|
||||
//{"TestMigrateGitlab", "tofill.com", "git", structs.GitlabService},
|
||||
//{"TestMigrateGitea", "tofill.com", "git", structs.GiteaService},
|
||||
//{"TestMigrateForgejo", "tofill.com", "git", structs.ForgejoService},
|
||||
//{"TestMigrateGogs", "tofill.com", "git", structs.GogsService},
|
||||
//{"TestMigrateOneDev", "tofill.com", "git", structs.OneDevService},
|
||||
//{"TestMigrateGitBucket", "tofill.com", "git", structs.GitBucketService},
|
||||
//{"TestMigrateCodebase", "tofill.com", "git", structs.CodebaseService},
|
||||
} {
|
||||
t.Run(s.testName, func(t *testing.T) {
|
||||
testRepoMigrate(t, session, s.cloneAddr, s.repoName, s.service)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue