Skip to content

Commit

Permalink
Disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
EAGrahamJr authored Dec 18, 2023
1 parent 94a3264 commit 1e55537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/crackers/kobots/mqtt/KobotLightTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private fun testGuts(): FunSpec.() -> Unit = {
broker.stop()
}

test("Setup a single light and verify discovery message") {
xtest("Setup a single light and verify discovery message") {
val controller = mockk<LightController>()
val initialState = LightState(brightness = 255, color = LightColor(255, 255, 255))
every { controller.current() } returns initialState
Expand Down

0 comments on commit 1e55537

Please sign in to comment.