Skip to content

Commit

Permalink
[plugin checker tests] Disable the AI Promo dialog
Browse files Browse the repository at this point in the history
GitOrigin-RevId: b9a371520927c32e611a0e310a706d3f64d9567e
  • Loading branch information
emrzv authored and intellij-monorepo-bot committed Nov 26, 2024
1 parent fb55a56 commit daab67d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ class InstallPluginTest {
.prepareProjectCleanImport()
.setSharedIndexesDownload(enable = true)
.setLicense(System.getenv("LICENSE_KEY"))
.applyVMOptionsPatch {
addSystemProperty("llm.show.ai.promotion.window.on.start", false)
}

testContext.configurator()

Expand Down

0 comments on commit daab67d

Please sign in to comment.