Skip to content

Commit

Permalink
Remove DisabledForJreRange annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffred committed Oct 25, 2022
1 parent f010fb8 commit ea5c646
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Expand Up @@ -33,10 +33,6 @@ class SealedClassTest {
}

@Test
@DisabledForJreRange(
min = JRE.JAVA_17,
disabledReason = "https://github.com/mockk/mockk/issues/934"
)
fun serviceTakesSealedClassAsInput() {
val formattedNode = "Formatted node"
val factory = mockk<Factory> {
Expand Down
Expand Up @@ -33,10 +33,6 @@ class SealedInterfaceTest {
}

@Test
@DisabledForJreRange(
min = JRE.JAVA_17,
disabledReason = "https://github.com/mockk/mockk/issues/934"
)
fun serviceTakesSealedInterfaceAsInput() {
val formattedNode = "Formatted node"
val factory = mockk<Factory> {
Expand Down

0 comments on commit ea5c646

Please sign in to comment.