mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-07 16:40:43 +08:00
Disable EventLaunchUndispatchedTest
This commit is contained in:
parent
63fc45edd6
commit
75d0b66121
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user