summaryrefslogtreecommitdiff
path: root/android/BUILD
diff options
context:
space:
mode:
authorKun Shen <kunshen@google.com>2021-08-19 16:27:08 -0700
committerKun Shen <kunshen@google.com>2021-08-25 20:19:18 +0000
commit01473c787ecc9dc4de7bd68dcfee6e41ba161191 (patch)
tree2120f3361f195ff44abfd45a00a994ce6b7bc5e1 /android/BUILD
parent01568924771fc24efce950686ab240bb488e5bc8 (diff)
downloadidea-01473c787ecc9dc4de7bd68dcfee6e41ba161191.tar.gz
[modularization] Extract `npw` parts
...into the new `intellij.android.newProjectWizard` module. Bug: 197015670 Test: Updated Change-Id: Ie49077a57622a2d9851cc27cb95c9c19addfd315
Diffstat (limited to 'android/BUILD')
-rw-r--r--android/BUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/android/BUILD b/android/BUILD
index 7afc6ca6146..e00e29be989 100644
--- a/android/BUILD
+++ b/android/BUILD
@@ -197,9 +197,6 @@ iml_module(
"shard_count": 5,
"test_filter": "com.android.tools.idea.run",
},
- "npw.assetstudio": {
- "test_filter": "com.android.tools.idea.npw.assetstudio.ui",
- },
"testartifacts": {
"shard_count": 3,
"test_filter": "com.android.tools.idea.testartifacts",
@@ -586,16 +583,6 @@ iml_module(
# TODO(b/191881927) Test cases with a gradle KTS sync do not shard well
"test_filter": "org.jetbrains.android.refactoring.MigrateToAndroidxGradleKtsTest",
},
- "AddNewModulesToAppTest": {
- # TODO(b/191881927) Test cases with a gradle KTS sync do not shard well
- # b/192102820 flaky windows, taking longer than 15 minutes
- "tags": ["no_windows"],
- "test_filter": "com.android.tools.idea.npw.module.AddNewModulesToAppTest",
- },
- "BenchmarkModuleTest": {
- # TODO(b/191881927) Test cases with a gradle KTS sync do not shard well
- "test_filter": "com.android.tools.idea.npw.module.BenchmarkModuleTest",
- },
"IllegalIdentifierInspectionTest": {
# TODO(b/191881927) Test cases with a gradle KTS sync do not shard well
"test_filter": "com.android.tools.idea.inspections.IllegalIdentifierInspectionTest",