Skip to content

Commit

Permalink
Remove test that no longer compiles
Browse files Browse the repository at this point in the history
... and has been disabled for several years.

Also remove the filegroup that was added for it.

PiperOrigin-RevId: 577088933
  • Loading branch information
Googler authored and copybara-github committed Oct 27, 2023
1 parent e3dc555 commit 482f3c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 304 deletions.
1 change: 0 additions & 1 deletion aswb/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ intellij_integration_test_suite(
],
exclude = [
"tests/integrationtests/com/google/idea/blaze/android/plugin/NdkDependenciesTest.java", # Extracted to separate target
"tests/integrationtests/com/google/idea/blaze/android/functional/AswbRenderTaskTest.java", # b/177371104
"tests/integrationtests/com/google/idea/blaze/android/functional/AswbMergedManifestTest.java", #b/222322106
],
),
Expand Down

This file was deleted.

11 changes: 5 additions & 6 deletions intellij_platform_sdk/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
# plugin apis to known packages that build plugins. Only packages
# listed here may depend on these libraries.

load(
":build_defs.bzl",
"select_for_plugin_api",
"select_from_plugin_api_directory",
)
load(
"//:build-visibility.bzl",
"ASPECT_TOOLS_PACKAGE",
"INTELLIJ_PLUGINS_VISIBILITY",
"create_test_libs_visibility_package",
)
load(
":build_defs.bzl",
"select_for_plugin_api",
"select_from_plugin_api_directory",
)

package(default_visibility = INTELLIJ_PLUGINS_VISIBILITY)

Expand Down Expand Up @@ -578,7 +578,6 @@ java_library(
testonly = 1,
data = select_from_plugin_api_directory(
android_studio = [
":layoutlib_data",
":kotlinc_version",
],
clion = [":javascript-lsp"],
Expand Down

0 comments on commit 482f3c0

Please sign in to comment.