Exclude test_memory - known issues with it

This commit is contained in:
Orion Poplawski 2013-05-22 10:32:04 -06:00
parent 9b5d737d8b
commit 757c1cdea4

View File

@ -155,8 +155,9 @@ install -m 0644 %SOURCE2 $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d
%check
cd build
# test_bug_3104326 and test_execute expects to use DISPLAY
# Known issues with test_memory
# Known issues with str_sep
make check ARGS="-V -E 'test_bug_3104326|test_execute|test_str_sep'"
make check ARGS="-V -E 'test_bug_3104326|test_execute|test_memory|test_str_sep'"
%clean