Skip to content

Commit

Permalink
Fix CI (#5739)
Browse files Browse the repository at this point in the history
* Remove android-studio-dev

* Fix test in BlazeJavaRunProfileStateTest.java
  • Loading branch information
mai93 authored Nov 21, 2023
1 parent cae8e3f commit 4ceeaac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion intellij_platform_sdk/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@ def java_version_flags():
"intellij-ue-2022.2": java11,
"intellij-ue-2022.2-mac": java11,
"android-studio-2022.2": java11,
"android-studio-dev": java11,
"clion-2021.3": java11,
"clion-2021.3-mac": java11,
"clion-2022.1": java11,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public void debugFlagShouldBeIncludedForJavaTestSuite() {
"test",
BlazeFlags.getToolTagFlag(),
"--java_debug",
"--test_arg=--wrapper_script_flag=--debug=5005",
"--test_arg=--wrapper_script_flag=--debug=127.0.0.1:5005",
"--",
"//label:java_test_suite_rule"));
}
Expand Down

0 comments on commit 4ceeaac

Please sign in to comment.