Skip to content

Commit

Permalink
[starter] do not switch on the new UI by default in tests (it is enab…
Browse files Browse the repository at this point in the history
…led in EAP by default)

GitOrigin-RevId: 2d3605f7ae4244554deb2c6a28b19de4622d6ab3
  • Loading branch information
annaMarchenkoJetBrains authored and intellij-monorepo-bot committed Nov 24, 2023
1 parent bea37d9 commit 4ad7f18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ class IDETestContext(
addSystemProperty("ide.instant.shutdown", false)
}

fun useNewUIInTests(): IDETestContext =
applyVMOptionsPatch {
addSystemProperty(NewUiValue.KEY, true)
}

fun useOldUIInTests(): IDETestContext =
applyVMOptionsPatch {
removeSystemProperty(NewUiValue.KEY, true)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ interface TestContainer<T> {
}
.disableMinimap()
.addProjectToTrustedLocations()
.useNewUIInTests()
.disableReportingStatisticsToProduction()
.disableReportingStatisticToJetStat()
.disableMigrationNotification()
Expand Down

0 comments on commit 4ad7f18

Please sign in to comment.