Skip to content

Commit

Permalink
Remove dependency tests in ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Dec 17, 2020
1 parent 3ff229a commit 47f5224
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 82 deletions.
81 changes: 0 additions & 81 deletions its/src/test/java/com/sonar/maven/it/suite/DependencyTest.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

@RunWith(Suite.class)
@Suite.SuiteClasses({
LinksTest.class, MavenTest.class, DependencyTest.class, ProxyTest.class
LinksTest.class, MavenTest.class, ProxyTest.class
})
public class MavenTestSuite {

Expand Down

0 comments on commit 47f5224

Please sign in to comment.