summaryrefslogtreecommitdiff
path: root/test/orm/test_generative.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/orm/test_generative.py')
-rw-r--r--test/orm/test_generative.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/orm/test_generative.py b/test/orm/test_generative.py
index 071346277..dd8a4fb4b 100644
--- a/test/orm/test_generative.py
+++ b/test/orm/test_generative.py
@@ -101,7 +101,6 @@ class GenerativeQueryTest(fixtures.MappedTest):
query = fixture_session().query(func.sum(foo.c.bar))
assert query.filter(foo.c.bar < 30).one() == (435,)
- @testing.fails_on("firebird", "FIXME: unknown")
@testing.fails_on(
"mssql",
"AVG produces an average as the original column type on mssql.",