Skip to content

Commit 0cd8f17

Browse files
committed
Ignore MultiItemConnectionQuerySpec test for SQLite.
1 parent ec38928 commit 0cd8f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/servers/api/src/test/scala/com/prisma/api/queries/MultiItemConnectionQuerySpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class MultiItemConnectionQuerySpec extends FlatSpec with Matchers with ApiSpecBa
110110
.toString should equal("""{"data":{"todoesConnection":{"edges":[{"node":{"title":"Hello World!"}}]}}}""")
111111
}
112112

113-
"the connection query" should "work when using cursors when not on Mongo" in {
113+
"the connection query" should "work when using cursors when not on Mongo" taggedAs (IgnoreSQLite) in {
114114
val datamodels = {
115115
val dm1 =
116116
"""type User {

0 commit comments

Comments
 (0)