Skip to content

Commit

Permalink
Set singleThreaded flag
Browse files Browse the repository at this point in the history
  • Loading branch information
whipermr5 committed Aug 1, 2017
1 parent e42f2c4 commit 973b250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
* yesterday's logs as each log occupies a period of time. However, this situation
* can be solved by rerunning the test cases at a different time.
*/
@Test(singleThreaded = true)
public class AdminActivityLogPageActionTest extends BaseActionTest {

// The test data will be a List<List<String>>. These constants are indexes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
* yesterday's logs as each log occupies a period of time. However, this situation
* can be solved by rerunning the test cases at a different time.
*/
@Test(singleThreaded = true)
public class AdminEmailLogPageActionTest extends BaseActionTest {

// The test data will be a List<List<String>>. These constants are indexes
Expand Down

0 comments on commit 973b250

Please sign in to comment.