We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df93cb commit 6b27b28Copy full SHA for 6b27b28
test/test_liveserver.py
@@ -8,6 +8,7 @@
8
from .wsgi_liveserver import LiveServerTestCase
9
from . import db_test_base
10
from time import sleep
11
+from .test_postresql import skip_postgresql
12
13
from wsgiref.validate import validator
14
@@ -1227,6 +1228,7 @@ def create_app(self):
1227
1228
# doesn't support the max bytes to read argument.
1229
return RequestDispatcher(self.dirname, feature_flags=ff)
1230
1231
+@skip_postgresql
1232
class TestPostgresWsgiServer(BaseTestCases, WsgiSetup):
1233
"""Class to run all test in BaseTestCases with the cache_tracker
1234
feature flag enabled when starting the wsgi server
0 commit comments