Remove @Ignore on AppSearchModuleTest

Should be fixed now that target flags library was changed

Bug: 357100361
Test: AppSearchModuleTest.java
Flag: TEST_ONLY
Change-Id: Ie89ea7da5398bd3fda4b5bad023abd4c8d744c62
diff --git a/testing/mockingservicestests/src/com/android/server/appsearch/AppSearchModuleTest.java b/testing/mockingservicestests/src/com/android/server/appsearch/AppSearchModuleTest.java
index 53f9e74..1fab22d 100644
--- a/testing/mockingservicestests/src/com/android/server/appsearch/AppSearchModuleTest.java
+++ b/testing/mockingservicestests/src/com/android/server/appsearch/AppSearchModuleTest.java
@@ -48,15 +48,12 @@
 
 import org.junit.After;
 import org.junit.Before;
-import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.mockito.MockitoSession;
 import org.mockito.quality.Strictness;
 
 @RequiresFlagsEnabled(Flags.FLAG_APPS_INDEXER_ENABLED)
-// TODO(b/357100361): Research how to test flags, then re-enable this test.
-@Ignore("b/357100361 Research how to test flags, then re-enable this test.")
 public class AppSearchModuleTest {
     private static final String NAMESPACE_APPSEARCH = "appsearch";
     private static final String KEY_CONTACTS_INDEXER_ENABLED = "contacts_indexer_enabled";