Kotlin / kotlinx-atomicfu

The idiomatic way to use atomic operations in Kotlin
Other
925 stars 59 forks source link

Disable JDK compatibility tests in kotlin-community/dev branch #488

Open fzhinkin opened 2 hours ago

fzhinkin commented 2 hours ago

kotlin-community/dev is tested in different CI environment compared to what we do for AFU in general. Such environment does not allow installing arbitrary JDK versions using toolchain provisioning plugin. As a result, JDK-compat tests may fail.

We should disable affected tests in kotlin-community/dev.

fzhinkin commented 2 hours ago

Mirrors KTI-1966