Skip to content

Commit

Permalink
Uncomment muted tests and remove test annotation instead
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-bannykh committed Jan 27, 2025
1 parent 5111f0c commit be29eb1
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ import org.jetbrains.litmuskt.autooutcomes.interesting
import org.jetbrains.litmuskt.litmusTest
import kotlin.concurrent.AtomicIntArray

@LitmusTestContainer
// Muted to keep CI green
//@LitmusTestContainer
object UnsafePublicationNative {

/* @OptIn(ExperimentalStdlibApi::class)
@OptIn(ExperimentalStdlibApi::class)
val PlainAtomicIntArray = litmusTest({
object : LitmusIOutcome() {
var arr: AtomicIntArray? = null
Expand Down Expand Up @@ -55,6 +56,4 @@ object UnsafePublicationNative {
arr = null
}
}
*/

}

0 comments on commit be29eb1

Please sign in to comment.