Skip to content

Commit

Permalink
refactor: removed temp test
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Apr 20, 2022
1 parent 920712d commit 3ffa08e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,19 +349,6 @@ func Test_IntegrationWorkspaceScanMaven(t *testing.T) {
runIntegrationTest("https://github.com/apache/maven", "18725ec1e", ossFile, codeFile, t)
}

func Test_IntegrationWorkspaceIgnoreDefinitelyTyped(t *testing.T) {
t.Skip() // todo
if !environment.RunIntegTest {
t.Skip("set" + environment.INTEG_TESTS + "to run integration tests")
}
repo, err := setupCustomTestRepo("https://github.com/DefinitelyTyped/DefinitelyTyped", "")
if err != nil {
log.Fatal().Err(err).Msg("Error cloning DefinitelyTyped")
}
defer os.RemoveAll(repo)

}

func runIntegrationTest(repo string, commit string, ossFile string, codeFile string, t *testing.T) {
diagnostics.ClearEntireDiagnosticsCache()
diagnostics.ClearRegisteredDocuments()
Expand Down

0 comments on commit 3ffa08e

Please sign in to comment.