Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Unignore a test
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Jun 12, 2015
1 parent 02b6312 commit c45e265
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -141,9 +141,9 @@ public static Object[][] copyTransParams() {
return val;
}

@Ignore("slow test")
@Test
@UseDataProvider("copyTransParams")
// (about 2 seconds)
@SlowTest
public void testCopyTrans(CopyTransExecution execution) {
// Prepare Execution
Expand Down

0 comments on commit c45e265

Please sign in to comment.