Repository: incubator-slider Updated Branches: refs/heads/develop 85b7620b3 -> 0316968e8
SLIDER-902 AMClientCertStoreRetrievalIT#testRetrieveCertificateStores failing on Windows - re-enable test on windows after Jon's fix Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/0316968e Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/0316968e Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/0316968e Branch: refs/heads/develop Commit: 0316968e8370af870dc7b5e266aff05e0513959f Parents: 85b7620 Author: Gour Saha <[email protected]> Authored: Tue Jun 16 18:11:35 2015 -0700 Committer: Gour Saha <[email protected]> Committed: Tue Jun 16 18:11:35 2015 -0700 ---------------------------------------------------------------------- .../slider/funtest/lifecycle/AMClientCertStoreRetrievalIT.groovy | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/0316968e/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AMClientCertStoreRetrievalIT.groovy ---------------------------------------------------------------------- diff --git a/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AMClientCertStoreRetrievalIT.groovy b/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AMClientCertStoreRetrievalIT.groovy index f7cd723..950dc68 100644 --- a/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AMClientCertStoreRetrievalIT.groovy +++ b/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AMClientCertStoreRetrievalIT.groovy @@ -80,7 +80,6 @@ implements FuntestProperties, Arguments, SliderExitCodes, SliderActions { @Test public void testRetrieveCertificateStores() throws Throwable { - assumeNotWindows() cleanup(APPLICATION_NAME) File launchReportFile = createTempJsonFile();
