Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI #5739

Merged
merged 2 commits into from
Nov 21, 2023
Merged

Fix CI #5739

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading