summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuexi Ma <yuexima@google.com>2017-04-14 17:19:45 -0700
committerYuexi Ma <yuexima@google.com>2017-04-14 17:38:49 -0700
commit66cb69dd343695d8657767e989498193741bc7c7 (patch)
treecd7ac5e9d9dfdbc0415b4a1f76d0c689b4b78c30
parent37032cd30330629171cd4835ca7969e125ead4ff (diff)
downloadkernel-66cb69dd343695d8657767e989498193741bc7c7.tar.gz
disable LTP commands.gzip01 test
Bug: 37326358 Test: vts-tradefed Change-Id: I78dacf92fa5c9a7c83f6e06adfd1b83ded3a1689 (cherry picked from commit f7acdb2cdb93f3ce11f1663e9f780112b7a47e69)
-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