Netbeans First Functional Test Skipped

The issue is, when I run my functional tests from within Netbeans, I get ‘2 tests passed, 1 test skipped’ for each functional test class that I write.

Example output in Netbeans "Test Results" window:


ApplicationTest Skipped

ApplicationTest: Internet Explorer passed

ApplicationTest: Firefox passed

From the command line, it just works:


Time: 11 seconds, Memory: 7.50Mb


OK (2 tests, 2 assertions)

Is there any way I can stop this non-existent first test from showing up in the Test Results window?

This isn’t really an issue, I’d just like an accurate percentage of functional tests that pass without having to calculate it on my own.

Thanks!