Skip to content

Commit aca8a7a

Browse files
Konstantin343auduchinok
authored andcommitted
[rider-tests] Remove fixed mutes for working tests
GitOrigin-RevId: 0ba87e4d7c1a513a63e64f8abdcea2740d4a643f
1 parent 66c762c commit aca8a7a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/projectModel/FcsModuleReaderTest.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ import org.testng.annotations.Test
3131
import java.io.PrintStream
3232
import java.time.Duration
3333

34-
@Test
3534
@TestSettings(sdkVersion = SdkVersion.LATEST_STABLE, buildTool = BuildTool.SDK)
3635
@Solution("EmptySolution")
3736
class FcsModuleReaderTest : ProjectModelBaseTest() {
@@ -142,7 +141,7 @@ class FcsModuleReaderTest : ProjectModelBaseTest() {
142141
}
143142
}
144143

145-
@Mute("Temporary because of RIDER-20984")
144+
@Mute("RIDER-102738")
146145
@Solution("ProjectReferencesCSharp")
147146
@Test
148147
fun testTypeInsideClassUnloadReload() {
@@ -196,7 +195,7 @@ class FcsModuleReaderTest : ProjectModelBaseTest() {
196195
}
197196
}
198197

199-
@Mute
198+
@Mute("RIDER-102738")
200199
@Solution("ProjectReferencesCSharp")
201200
@Test
202201
fun testTypeOutsideClassUnloadReload() {

0 commit comments

Comments
 (0)