Disable KotlinPropertyResolverExtensionsTests for now
Those tests produce intermittent build errors.
This commit is contained in:
parent
3ed8813bbf
commit
33fcba55d1
|
|
@ -19,6 +19,7 @@ package org.springframework.core.env
|
|||
import io.mockk.every
|
||||
import io.mockk.mockk
|
||||
import io.mockk.verify
|
||||
import org.junit.jupiter.api.Disabled
|
||||
import org.junit.jupiter.api.Test
|
||||
|
||||
/**
|
||||
|
|
@ -26,6 +27,7 @@ import org.junit.jupiter.api.Test
|
|||
*
|
||||
* @author Sebastien Deleuze
|
||||
*/
|
||||
@Disabled
|
||||
class KotlinPropertyResolverExtensionsTests {
|
||||
|
||||
val propertyResolver = mockk<PropertyResolver>()
|
||||
|
|
|
|||
Loading…
Reference in New Issue