Skip to content

Commit 0627ec2

Browse files
committed
disable asserts - testing travis
1 parent 6c0fa27 commit 0627ec2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

attach-report-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<artifactId>commons-io</artifactId>
5050
</dependency>
5151
</dependencies>
52-
52+
<!--
5353
<profiles>
5454
<profile>
5555
<id>run-its</id>
@@ -89,5 +89,5 @@
8989
</build>
9090
</profile>
9191
</profiles>
92-
92+
-->
9393
</project>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
File indexFile = new File( basedir, "target/site/foo-report/preconfigured-report.html" );
22
File subDirFile = new File( basedir, "target/site/foo-report/ooo/test-subdir.txt" );
33

4-
//assert indexFile.isFile()
5-
//assert subDirFile.isFile()
4+
assert indexFile.isFile()
5+
assert subDirFile.isFile()

0 commit comments

Comments
 (0)