Skip to content

Commit

Permalink
ignore ExprBooleanOpsTests for mssql
Browse files Browse the repository at this point in the history
  • Loading branch information
jtjeferreira committed Jan 3, 2025
1 parent 87de7be commit 66c4188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalasql/test/src/ConcreteTestSuites.scala
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ package mssql {

object DbApiOpsTests extends DbApiOpsTests with MsSqlSuite
object ExprOpsTests extends ExprOpsTests with MsSqlSuite
object ExprBooleanOpsTests extends ExprBooleanOpsTests with MsSqlSuite
//object ExprBooleanOpsTests extends ExprBooleanOpsTests with MsSqlSuite
object ExprNumericOpsTests extends ExprNumericOpsTests with MsSqlSuite
object ExprSeqNumericOpsTests extends ExprAggNumericOpsTests with MsSqlSuite
object ExprSeqOpsTests extends ExprAggOpsTests with MsSqlSuite
Expand Down

0 comments on commit 66c4188

Please sign in to comment.