> + * limitations under the License. > + */ > +package org.apache.jclouds.profitbricks.rest.features; > + > +import com.squareup.okhttp.mockwebserver.MockResponse; > +import java.util.List; > +import org.apache.jclouds.profitbricks.rest.domain.LicenceType; > +import org.apache.jclouds.profitbricks.rest.domain.Volume; > +import org.apache.jclouds.profitbricks.rest.domain.options.DepthOptions; > +import > org.apache.jclouds.profitbricks.rest.internal.BaseProfitBricksApiMockTest; > +import static org.testng.Assert.assertEquals; > +import static org.testng.Assert.assertNotNull; > +import static org.testng.Assert.assertTrue; > +import org.testng.annotations.Test; > + > +@Test(groups = "unit", testName = "VolumeApiMockTest", singleThreaded = true)
Hmm. Do you need this test to be `singleThreaded`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/233/files#r52559404
