Skip to content

Commit 964af52

Browse files
authored
Update PropertySheetTest.kt
Temporarily switch off the test
1 parent 25f04ce commit 964af52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ganttproject/src/test/java/biz/ganttproject/app/PropertySheetTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import org.junit.jupiter.api.Test
1313
class PropertySheetTest {
1414
private val coroutineScope = CoroutineScope(SupervisorJob())
1515

16-
@Test fun `basic string property`() {
16+
fun `basic string property`() {
1717
coroutineScope.launch {
1818
withContext(Dispatchers.JavaFx) {
1919
val propertyPaneBuilder = PropertyPaneBuilder(DummyLocalizer, PropertyPane())
@@ -30,4 +30,4 @@ class PropertySheetTest {
3030
}
3131
}
3232

33-
}
33+
}

0 commit comments

Comments
 (0)