Re: Visibility of Skipped tests in Jenkins

2017-08-24 Thread William Markito Oliveira
Yup. I've tested accessing that same page without any authentication and seems to work fine here as well.. On Thu, Aug 24, 2017 at 1:29 PM, Mark Bretl wrote: > Hi Kirk, > > I think you are looking for this page, https://builds.apache. >

Re: Visibility of Skipped tests in Jenkins

2017-08-24 Thread Mark Bretl
Hi Kirk, I think you are looking for this page, https://builds.apache.org/blue/organizations/jenkins/Geode-nightly/detail/Geode-nightly/930/tests ? I see 'Skipped' under the Failed tests. --Mark On Thu, Aug 24, 2017 at 11:09 AM, Kirk Lund wrote: > In local instances of

Visibility of Skipped tests in Jenkins

2017-08-24 Thread Kirk Lund
In local instances of Jenkins, I can see a list of "Skipped" tests -- these are JUnit tests which were skipped because they are marked with @Ignore or because they have an org.junit.Assume check that wasn't satisfied (example: Assume.assumeTrue(isWindows())). I can't figure out where that view is