Remove failing test AutoCompleteTextViewCallbacks.testPopupNoSelection from

medium continuus suite.
This commit is contained in:
Brett Chabot
2009-07-23 10:53:36 -07:00
parent 2c25fac23e
commit a8b30990cb

View File

@@ -27,8 +27,10 @@ public class AutoCompleteTextViewCallbacks
super("com.android.frameworktest", AutoCompleteTextViewSimple.class);
}
/** Test that the initial popup of the suggestions does not select anything */
@MediumTest
/** Test that the initial popup of the suggestions does not select anything.
*
* TODO: test currently fails. Add back MediumTest annotation when fixed.
*/
public void testPopupNoSelection() {
AutoCompleteTextViewSimple theActivity = getActivity();
AutoCompleteTextView textView = theActivity.getTextView();