Fix the %check so we run the testsuite unpatched first; to see that upstream potentially fixed the testsuite failure (and to always show failed build-logs). Version: 09.05.0300-1
31 lines
845 B
Diff
31 lines
845 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 a06a575..f923e92 100644
|
|
--- a/test/tests
|
|
+++ b/test/tests
|
|
@@ -34,10 +34,8 @@ TESTBINS = exe/connect-test \
|
|
exe/cursor-movement-test \
|
|
exe/cursor-commit-test \
|
|
exe/cursor-name-test \
|
|
- exe/cursor-block-delete-test \
|
|
exe/bookmark-test \
|
|
exe/declare-fetch-commit-test \
|
|
- exe/declare-fetch-block-test \
|
|
exe/positioned-update-test \
|
|
exe/bulkoperations-test \
|
|
exe/catalogfunctions-test \
|
|
--
|
|
2.5.5
|
|
|