Disable Databases plugin test until roboelectric is upgraded
Summary: This gradle flag is stopping the other tests from passing. Reviewed By: quanturium Differential Revision: D15558776 fbshipit-source-id: 54934c73271e1cbb041877fef0dfb2de21733424
This commit is contained in:
committed by
Facebook Github Bot
parent
b5bda8dfae
commit
f71d33586f
@@ -11,7 +11,8 @@ apply plugin: 'maven'
|
||||
android {
|
||||
compileSdkVersion rootProject.compileSdkVersion
|
||||
buildToolsVersion rootProject.buildToolsVersion
|
||||
testOptions.unitTests.includeAndroidResources = true
|
||||
// Uncomment this and enable the database plugin test when roboelectric is upgraded
|
||||
// testOptions.unitTests.includeAndroidResources = true
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion rootProject.minSdkVersion
|
||||
|
||||
@@ -25,11 +25,13 @@ import java.util.Arrays;
|
||||
import java.util.List;
|
||||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.robolectric.RobolectricTestRunner;
|
||||
|
||||
@RunWith(RobolectricTestRunner.class)
|
||||
@Ignore
|
||||
public class DatabasesFlipperPluginTest {
|
||||
|
||||
FlipperConnectionMock connectionMock;
|
||||
|
||||
Reference in New Issue
Block a user