Skip to content

Commit

Permalink
Remove js tests from androidx-paging3
Browse files Browse the repository at this point in the history
The sqljs driver is going bye bye and the paging extension currently does not support the web-worker-driver.
  • Loading branch information
dellisd committed Sep 27, 2023
1 parent 267536a commit 723bb74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
8 changes: 3 additions & 5 deletions extensions/androidx-paging3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ kotlin {
implementation libs.androidx.paging3.runtime
}
}
jsTest {
dependencies {
implementation projects.drivers.sqljsDriver
}
}
}

configure([targets.iosX64, targets.iosArm64, targets.iosSimulatorArm64]) {
Expand Down Expand Up @@ -125,4 +120,7 @@ tasks.named("linkDebugTestLinuxX64") { enabled = HostManager.hostIsLinux }
tasks.named("mingwX64Test") { enabled = HostManager.hostIsMingw }
tasks.named("linkDebugTestMingwX64") { enabled = HostManager.hostIsMingw }

// JS currently doesn't have a compatible driver
tasks.named("jsBrowserTest") { enabled = false }

apply from: "$rootDir/gradle/gradle-mvn-push.gradle"

This file was deleted.

0 comments on commit 723bb74

Please sign in to comment.