diff --git a/its/org.sonarlint.eclipse.its.standalone/src/org/sonarlint/eclipse/its/standalone/StandaloneAnalysisTest.java b/its/org.sonarlint.eclipse.its.standalone/src/org/sonarlint/eclipse/its/standalone/StandaloneAnalysisTest.java index 4fc187467..8f6c4ab35 100644 --- a/its/org.sonarlint.eclipse.its.standalone/src/org/sonarlint/eclipse/its/standalone/StandaloneAnalysisTest.java +++ b/its/org.sonarlint.eclipse.its.standalone/src/org/sonarlint/eclipse/its/standalone/StandaloneAnalysisTest.java @@ -493,6 +493,7 @@ public void shouldAnalyseLinkedFile() throws IOException { // Need RSE @Test + @Ignore("09/2024: SLCORE checks on Symlinks are not working with RSE") @Category(RequiresExtraDependency.class) public void shouldAnalyseVirtualProject() throws Exception { // INFO: It is flaky when running on top of the oldest Eclipse version but works fine in the other test cases,