Skip to content

Commit

Permalink
Don't run DexFileMergerTest as it is not supported for all r8.jar's
Browse files Browse the repository at this point in the history
RELNOTES: None
PiperOrigin-RevId: 327180192
  • Loading branch information
sgjesse authored and copybara-github committed Aug 18, 2020
1 parent 9993785 commit 7a11752
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/google/devtools/build/android/r8/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ java_library(
"//external:has_androidsdk": glob(
["*Test.java"],
exclude = [
"DexFileMergerTest.java",
"NoAndroidSdkStubTest.java",
"AllTests.java",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;

// import com.android.tools.r8.maindexlist.MainDexListTests;

/** Test for DexFileMerger. */
@RunWith(JUnit4.class)
public class DexFileMergerTest {
Expand Down

0 comments on commit 7a11752

Please sign in to comment.