Skip to content

Commit

Permalink
Revert "#2014 disable test per default as doesn't work on some enviro…
Browse files Browse the repository at this point in the history
…nement"

This reverts commit 8672f0e.
  • Loading branch information
gregw committed Dec 28, 2017
1 parent 27dc3a8 commit 7530148
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions jetty-unixsocket/pom.xml
Expand Up @@ -11,7 +11,6 @@
<url>http://www.eclipse.org/jetty</url>
<properties>
<bundle-symbolic-name>${project.groupId}.unixsocket</bundle-symbolic-name>
<unixsocket-skipTests>true</unixsocket-skipTests>
</properties>
<build>
<plugins>
Expand All @@ -22,13 +21,6 @@
<onlyAnalyze>org.eclipse.jetty.unixsocket.*</onlyAnalyze>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipExec>${unixsocket-skipTests}</skipExec>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
Expand All @@ -53,12 +45,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>unixsocket-tests</id>
<properties>
<unixsocket-skipTests>false</unixsocket-skipTests>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 7530148

Please sign in to comment.