Skip to content

Commit fd5eab8

Browse files
committed
Ignore TransportBrokerTest with note to have an app with a running RouterService for test to work.
1 parent 2e53014 commit fd5eab8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

android/sdl_android/src/androidTest/java/com/smartdevicelink/transport/TransportBrokerTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import com.smartdevicelink.test.util.DeviceUtil;
1414

1515
import org.junit.Before;
16+
import org.junit.Ignore;
1617
import org.junit.Test;
1718
import org.junit.runner.RunWith;
1819

@@ -22,6 +23,7 @@
2223
import static junit.framework.TestCase.assertTrue;
2324

2425
@RunWith(AndroidJUnit4.class)
26+
@Ignore // MUST HAVE AN SDL APP WITH A ROUTER SERVICE RUNNING ON PHONE TO RUN THESE TEST
2527
public class TransportBrokerTest { //FIXME this test class needs to be fixed. At this point these tests are not helpful
2628
RouterServiceValidator rsvp;
2729
// public TransportBrokerThread(Context context, String appId, ComponentName service){

0 commit comments

Comments
 (0)