summaryrefslogtreecommitdiff
path: root/test/ext/test_serializer.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-04-21 17:18:49 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-04-21 17:18:49 -0400
commit3aff498e4a96eda06f09f09f98e73e135719b388 (patch)
treef1ca2029cfd147478447d3cb98bae587a8ccb3c2 /test/ext/test_serializer.py
parent1f6528ed8581ba63721bdc2a0593a5d39b9c27e0 (diff)
parentfbcdba12f88d88c509fc34eb8aab3f501d1b705b (diff)
downloadsqlalchemy-3aff498e4a96eda06f09f09f98e73e135719b388.tar.gz
merge into cymysql branch...
Diffstat (limited to 'test/ext/test_serializer.py')
-rw-r--r--test/ext/test_serializer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ext/test_serializer.py b/test/ext/test_serializer.py
index bf268fbbb..34d7d45e0 100644
--- a/test/ext/test_serializer.py
+++ b/test/ext/test_serializer.py
@@ -92,6 +92,8 @@ class SerializeTest(fixtures.MappedTest):
@testing.requires.python26 # namedtuple workaround not serializable in 2.5
@testing.skip_if(lambda: util.pypy, "pickle sometimes has "
"problems here, sometimes not")
+ @testing.skip_if("postgresql", "Having intermittent problems on jenkins "
+ "with this test, it's really not that important")
def test_query(self):
q = Session.query(User).filter(User.name == 'ed'
).options(joinedload(User.addresses))