Skip to content

Commit

Permalink
Disable availability test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
weisJ committed Mar 29, 2023
1 parent 6276e00 commit 5d76773
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import org.junit.jupiter.api.Assertions.assertFalse
import org.junit.jupiter.api.Assertions.assertTrue
import org.junit.jupiter.api.Assumptions.assumeTrue
import org.junit.jupiter.api.BeforeAll
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
import org.junit.jupiter.api.TestInstance
import org.junit.jupiter.api.condition.EnabledOnOs
Expand Down Expand Up @@ -62,6 +63,7 @@ class XdgTest {
}

@Test
@Disabled("Github actions isn't currently set-up with the suitable dbus connection")
fun testAvailable() {
assertTrue(instance.compatibility.isSupported)
}
Expand Down

0 comments on commit 5d76773

Please sign in to comment.