summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/regressions/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/regressions/Makefile.am b/tests/regressions/Makefile.am
index c7784c2a..97e0e671 100644
--- a/tests/regressions/Makefile.am
+++ b/tests/regressions/Makefile.am
@@ -28,6 +28,9 @@ TESTS = \
rhbz690819.sh \
test-noexec-stack.pl
+tests_not_run = \
+ rhbz727178.sh
+
random_val := $(shell awk 'BEGIN{srand(); print 1+int(255*rand())}' < /dev/null)
TESTS_ENVIRONMENT = \
@@ -47,5 +50,6 @@ rhbz501893_LDADD = \
EXTRA_DIST = \
$(TESTS) \
+ $(tests_not_run) \
rhbz557655-expected.stdout \
rhbz557655-expected.stderr