> +import java.io.IOException; > +import java.net.URL; > +import java.util.Properties; > +import java.util.Set; > + > +import org.jclouds.ContextBuilder; > +import org.jclouds.concurrent.config.ExecutorServiceModule; > +import org.testng.annotations.Test; > + > +import com.google.common.collect.ImmutableSet; > +import com.google.inject.Module; > +import com.google.mockwebserver.MockResponse; > +import com.google.mockwebserver.MockWebServer; > +import com.google.mockwebserver.RecordedRequest; > + > +@Test(singleThreaded = true)
Does the test fail if the `singleThreaded` attribute is not set? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/3/files#r12469395
