From 668de0cd94af65df1e62b4f716592b66c46d0672 Mon Sep 17 00:00:00 2001 From: Yohei Yukawa Date: Wed, 31 May 2023 23:35:53 +0000 Subject: [PATCH] Drop InputMethodStressTest from vts InputMethodStressTest is yet for internal stability testing only. Not ready for formal compatibility tests such as vts. Fix: 284542566 Fix: 284950559 Test: atest InputMethodStressTest Change-Id: I5792b0d84b049f8a590cb1146a27882c7084129f --- tests/InputMethodStressTest/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/InputMethodStressTest/Android.bp b/tests/InputMethodStressTest/Android.bp index 27640a5f51bc6..84845c69fb27e 100644 --- a/tests/InputMethodStressTest/Android.bp +++ b/tests/InputMethodStressTest/Android.bp @@ -30,7 +30,6 @@ android_test { ], test_suites: [ "general-tests", - "vts", ], data: [ ":SimpleTestIme",