Ignore ClientSuggestions test

Test: None
Bug: 288109790
Change-Id: I77f4e262897882a26068c00f259b16c663f45011
diff --git a/tests/autofillservice/src/android/autofillservice/cts/commontests/ClientSuggestionsCommonTestCase.java b/tests/autofillservice/src/android/autofillservice/cts/commontests/ClientSuggestionsCommonTestCase.java
index d15f9f4..0127d59 100644
--- a/tests/autofillservice/src/android/autofillservice/cts/commontests/ClientSuggestionsCommonTestCase.java
+++ b/tests/autofillservice/src/android/autofillservice/cts/commontests/ClientSuggestionsCommonTestCase.java
@@ -42,6 +42,7 @@
 import androidx.annotation.Nullable;
 
 import org.junit.ClassRule;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.rules.TestRule;
 import org.junit.runner.Description;
@@ -320,6 +321,7 @@
     }
 
     @Test
+    @Ignore("b/288109790")
     public void testNoDatasetsAfterFallbackDefaultService() throws Exception {
         // Set service.
         enableService();