Skip to content

Commit

Permalink
[#7829] Admin*LogPageActionTest: improve stability (#7830)
Browse files Browse the repository at this point in the history
  • Loading branch information
whipermr5 committed Aug 29, 2017
1 parent 3f52031 commit 088c896
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/teammates/test/cases/BaseComponentTestCase.java
Expand Up @@ -4,6 +4,7 @@

import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;

import com.google.appengine.api.blobstore.BlobKey;

Expand All @@ -27,6 +28,7 @@
* Base class for all component tests.
* It runs a simulated Datastore ({@link GaeSimulation}) which can be accessed via {@link BackDoorLogic}.
*/
@Test(singleThreaded = true) // GaeSimulation is not thread safe
public class BaseComponentTestCase extends BaseTestCaseWithDatastoreAccess {

protected static final GaeSimulation gaeSimulation = GaeSimulation.inst();
Expand Down

0 comments on commit 088c896

Please sign in to comment.