summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuexi Ma <yuexima@google.com>2017-04-17 16:13:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-04-17 16:13:05 +0000
commit433f30bc75abeb5ed74e51dbc0adfb15fa8f3c79 (patch)
tree2acb733e623df1919d19fb8f27a82826230987ad
parent5f03697ea963544c7e9936dd66794864f83c0a88 (diff)
parent66cb69dd343695d8657767e989498193741bc7c7 (diff)
downloadkernel-433f30bc75abeb5ed74e51dbc0adfb15fa8f3c79.tar.gz
Merge "disable LTP commands.gzip01 test" into oc-dev
-rw-r--r--ltp/ltp_configs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ltp/ltp_configs.py b/ltp/ltp_configs.py
index 84135539..29568c72 100644
--- a/ltp/ltp_configs.py
+++ b/ltp/ltp_configs.py
@@ -180,6 +180,8 @@ STAGING_TESTS = [
# Tests disabled
# Based on external/ltp commit 5f01077afe994f4107b147222f3956716d4a8fde
DISABLED_TESTS = [
+ # gunzip newly added on 4/12/17 and test is failing because -r option is not yet implemented.
+ 'commands.gzip01',
# b/32386191 getrusage04 result is flaky
'syscalls.getrusage04',
# b/31154962