For the "skip if Windows" logic, use the same [data provider](https://github.com/jclouds/jclouds/blob/master/apis/vcloud/src/test/java/org/jclouds/vcloud/features/VmApiTest.java#L315) pattern as for the [`VmApiTest`](https://github.com/jclouds/jclouds/blob/master/apis/vcloud/src/test/java/org/jclouds/vcloud/features/VmApiTest.java#L66): ``` @Test(dataProvider = "ignoreOnWindows", description = "...") ``` ? This seems less intrusive in the test itself...
--- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/168#issuecomment-25737799
