Skip to content

Commit af298d2

Browse files
committed
test: Disable ExampleTest and update CI artifact paths
- Annotate `ExampleTest` with `@Ignore` to bypass execution due to CI issues, with a note to re-enable after updating to AGP > 9.0.0. - Add `ui/test/build/reports` to the `output-build-artifacts` path in the `kmp.yml` workflow to ensure test reports are captured.
1 parent a4cd3f3 commit af298d2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/kmp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
name: output-build-artifacts
4646
path: |
4747
ui/shared/build/reports
48+
ui/test/build/reports
4849
app/android/build/reports
4950
app/desktop/build/reports
5051
app/ios-kit/build/reports

ui/test/src/commonTest/kotlin/com/softartdev/notedelight/ExampleTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ import androidx.compose.ui.test.assertTextEquals
1515
import androidx.compose.ui.test.onNodeWithTag
1616
import androidx.compose.ui.test.performClick
1717
import androidx.compose.ui.test.runComposeUiTest
18+
import kotlin.test.Ignore
1819
import kotlin.test.Test
1920

21+
@Ignore//FIXME: Temporary disabled due to CI issues. Try to enable after update to AGP > 9.0.0
2022
class ExampleTest {
2123

2224
@Test

0 commit comments

Comments
 (0)