Skip to content

Commit 4bf354d

Browse files
committed
Disable this test until it can be improved
Whenever I got this plugin working again I brainlessly included a local absolute path. Obviously that's not going to work in CI.
1 parent 146fd49 commit 4bf354d

File tree

1 file changed

+2
-0
lines changed
  • cucumber-maven-plugin/src/it/cucumber-summary-report

1 file changed

+2
-0
lines changed

cucumber-maven-plugin/src/it/cucumber-summary-report/verify.bsh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ if ( !log.contains( expected ) )
88
throw new RuntimeException( "log file does not contain '" + expected + "'" );
99
}
1010

11+
/* At some point this became an absolute path, so the verification needs to be improved
1112
File file = new File( basedir, "target/surefire-reports/TEST--Users-headius-work-jruby-maven-plugins-cucumber-maven-plugin-target-it-cucumber-summary-report-features-simplest-9.4.13.0--3.1.xml");
1213
if ( !file.exists() )
1314
{
1415
throw new RuntimeException( "file does not exist: '" + file.getAbsolutePath() + "'" );
1516
}
17+
*/
1618

1719
file = new File( basedir, "target/summary.xml");
1820
if ( !file.exists() )

0 commit comments

Comments
 (0)