Removing AudioEffectTest: ConstructorFromUuid()

This test failed in devices that offloaded any of their effects, and
used hidden apis. Removed from test file and noted in knownfailures.txt

bug: 17605875
Change-Id: Idb464c56c4f32719d8800d63fef6ba97f11668f2
diff --git a/tests/expectations/knownfailures.txt b/tests/expectations/knownfailures.txt
index 3916531..81e5be5 100644
--- a/tests/expectations/knownfailures.txt
+++ b/tests/expectations/knownfailures.txt
@@ -96,6 +96,7 @@
   bug: 17508787
 },
 {
+
   description: "These tests fail on some devices.",
   names: [
     "android.uirendering.cts.testclasses.ExactCanvasTests#testBlueRect",
@@ -107,5 +108,12 @@
     "android.uirendering.cts.testclasses.InfrastructureTests#testViewInitializer"
   ],
   bug: 17511118
+},
+{
+  description: "This test failed on devices that use effect off loading. In addition it uses hidden apis",
+  names: [
+    "android.meida.cts.AudioEffectTest#test1_1ConstructorFromUuid"
+  ],
+  bug: 17605875
 }
 ]