Disable EventLaunchUndispatchedTest

This commit is contained in:
Him188 2021-09-12 22:52:27 +08:00
parent 63fc45edd6
commit 75d0b66121

View File

@ -15,6 +15,7 @@ import kotlinx.coroutines.*
import net.mamoe.kjbb.JvmBlockingBridge
import net.mamoe.mirai.internal.event.EVENT_LAUNCH_UNDISPATCHED
import org.junit.jupiter.api.AfterEach
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
import java.util.concurrent.ConcurrentLinkedQueue
import java.util.concurrent.Executors
@ -22,6 +23,7 @@ import kotlin.test.assertEquals
import kotlin.test.assertFails
import kotlin.test.assertSame
@Disabled
@Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
internal class EventLaunchUndispatchedTest : AbstractEventTest() {
internal class TestEvent : AbstractEvent()