Skip to content

Commit

Permalink
update clwb integration to suppress radler plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFrosch committed Nov 29, 2024
1 parent 584296e commit 9d92a75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clwb/test_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ def clwb_integration_test(name, project, srcs, deps = []):
"-Dcom.google.testing.junit.runner.shouldInstallTestSecurityManager=false",
# fixes preferences not writable on mac
"-Djava.util.prefs.PreferencesFactory=com.google.idea.blaze.clwb.base.InMemoryPreferencesFactory",
# suppressed plugin sets for classic, radler is currently disabled for tests
"-Didea.suppressed.plugins.set.classic=org.jetbrains.plugins.clion.radler,intellij.rider.cpp.debugger,intellij.rider.plugins.clion.radler.cwm",
"-Didea.suppressed.plugins.set.selector=classic",
],
deps = deps + [
":clwb_lib",
Expand Down

0 comments on commit 9d92a75

Please sign in to comment.