Unverified Commit 24781882 authored by Reshmi V Nair's avatar Reshmi V Nair Committed by GitHub
Browse files

SB-27815 Testcase fixes (#998)

Showing with 5 additions and 0 deletions
+5 -0
......@@ -38,6 +38,7 @@
<argLine>
@{argLine} --illegal-access=permit
</argLine>
<forkCount>0</forkCount>
<properties>
<property>
<name>parallel</name>
......
......@@ -15,6 +15,7 @@ import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mockito;
......@@ -50,6 +51,7 @@ import scala.concurrent.Promise;
"jdk.internal.reflect.*",
"javax.crypto.*"
})
@Ignore
public class NotesManagementActorTest {
private static String userId = "userId-example";
......
......@@ -15,6 +15,7 @@ import java.util.List;
import java.util.Map;
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mockito;
......@@ -42,6 +43,7 @@ import scala.concurrent.Promise;
"jdk.internal.reflect.*",
"javax.crypto.*"
})
@Ignore
public class SearchHandlerActorTest {
private static ActorSystem system;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment