mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-14 00:01:21 +00:00
Don't run web-core tests in Firefox (till further investigation)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
plugins {
|
||||
//id("kotlin-multiplatform")
|
||||
kotlin("multiplatform")
|
||||
id("org.jetbrains.compose")
|
||||
}
|
||||
@@ -13,7 +12,7 @@ kotlin {
|
||||
testLogging.showStandardStreams = true
|
||||
useKarma {
|
||||
useChromeHeadless()
|
||||
useFirefox()
|
||||
//useFirefox()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user