diff options
| author | 2018-02-04 14:39:05 -0800 | |
|---|---|---|
| committer | 2018-02-05 09:09:23 +0000 | |
| commit | 9d9ca0ff3248a950b25b4441b39bc5b8fe34c061 (patch) | |
| tree | 8d3ef69a32937ad40e2c7900ed1a000492c5b9ba | |
| parent | c9b6a7db50363eff58d38ed40d29adbed63a046a (diff) | |
Disable test 674-hiddenapi for cdex+redefine-stress
Test is failing, disable to get the column green.
Bug: 72610009
Bug: 63756964
Test: test-art-host
Change-Id: Idc186c3f641407a5716c14485aae29faf0cf038e
| -rw-r--r-- | test/knownfailures.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json index 4b99003130..da043aafda 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -384,6 +384,12 @@ "variant": "jvmti-stress & jit | redefine-stress & jit" }, { + "test_patterns": ["674-hiddenapi"], + "description": ["hiddenapi test is failing with redefine stress cdex"], + "bug": "http://b/72610009", + "variant": "redefine-stress & cdex-fast" + }, + { "test_patterns": ["616-cha"], "description": ["The test assumes a boot image exists."], "bug": "http://b/34193647", |