summaryrefslogtreecommitdiff
path: root/test/sql/query.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sql/query.py')
-rw-r--r--test/sql/query.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/query.py b/test/sql/query.py
index 4d52c2764..4decf3b68 100644
--- a/test/sql/query.py
+++ b/test/sql/query.py
@@ -590,7 +590,7 @@ class QueryTest(TestBase):
r = s.execute(search_key=None).fetchall()
assert len(r) == 0
- @testing.fails_on('firebird', 'maxdb', 'oracle')
+ @testing.fails_on('firebird', 'maxdb', 'oracle', 'mssql')
def test_in_filtering_advanced(self):
"""test the behavior of the in_() function when comparing against an empty collection."""