29 lines
756 B
Diff
29 lines
756 B
Diff
From 75cf55112bae7c0d71edafe551a66b799882d739 Mon Sep 17 00:00:00 2001
|
|
From: Pavel Raiskup <praiskup@redhat.com>
|
|
Date: Mon, 2 May 2016 08:14:43 +0200
|
|
Subject: [PATCH] Disable the test only on arm for now
|
|
|
|
This has been reported upstream:
|
|
http://www.postgresql.org/message-id/1891019.xN52Kdy8p1@nb.usersys.redhat.com
|
|
|
|
Related: rhbz#1330031
|
|
---
|
|
test/tests | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/test/tests b/test/tests
|
|
index a699d5d..1909983 100644
|
|
--- a/test/tests
|
|
+++ b/test/tests
|
|
@@ -36,7 +36,6 @@ TESTBINS = src/connect-test \
|
|
src/cursor-name-test \
|
|
src/bookmark-test \
|
|
src/declare-fetch-commit-test \
|
|
- src/declare-fetch-block-test \
|
|
src/positioned-update-test \
|
|
src/bulkoperations-test \
|
|
src/catalogfunctions-test \
|
|
--
|
|
2.5.5
|
|
|