Skip to content

Commit

Permalink
Merged branch idea243.release into idea243.x
Browse files Browse the repository at this point in the history
  • Loading branch information
builduser committed Jan 13, 2025
2 parents 8653cfa + 837022b commit 076430e
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
package org.jetbrains.plugins.scala.projectHighlighting.local

import com.intellij.openapi.util.registry.Registry

class SbtCrossBuildProjectHighlightingTest_BackReferencesEnabled extends SbtCrossBuildProjectHighlightingTestBase {

override def setUp(): Unit = {
super.setUp()

//disable AstLoadingFilter, enabled in super-class TODO: fix SCL-23436 and remove this disabling
Registry.get("ast.loading.filter").setValue(false, getTestRootDisposable)
}


override def testHighlighting(): Unit = {
withEnabledBackReferencesFromSharedSources(enabled = true) {
super.testHighlighting()
Expand Down

0 comments on commit 076430e

Please sign in to comment.