summaryrefslogtreecommitdiff
path: root/test/sql
diff options
context:
space:
mode:
Diffstat (limited to 'test/sql')
-rw-r--r--test/sql/test_query.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sql/test_query.py b/test/sql/test_query.py
index 9e56b6489..ce57260b7 100644
--- a/test/sql/test_query.py
+++ b/test/sql/test_query.py
@@ -1013,7 +1013,6 @@ class LimitTest(fixtures.TestBase):
self.assert_(r[0] != r[1] and r[1] != r[2], repr(r))
@testing.requires.offset
- @testing.fails_on("mssql", "FIXME: unknown")
def test_select_distinct_offset(self):
"""Test the interaction between distinct and offset"""