File: test_notify_queue

package info (click to toggle)
pgbouncer 1.25.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 4,892 kB
  • sloc: ansic: 61,423; python: 5,661; sh: 4,527; makefile: 1,361; sed: 22
file content (18 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/test/test_misc.py
+++ b/test/test_misc.py
@@ -5,6 +5,7 @@ import time
 
 import psycopg
 import pytest
+import sys
 
 from .utils import (
     HAVE_IPV6_LOCALHOST,
@@ -111,6 +112,7 @@ async def test_notify_queue_negative(bou
         conn_2.close()
 
 
+@pytest.mark.xfail(sys.byteorder == 'big', reason="Fails on s390x and ppc64")
 async def test_notify_queue(bouncer):
     """
     Test that client is notified when they are waiting for longer