Remove texture size tests with incorrect threshold from mustpass.

Removes following cases:
dEQP-GLES3.functional.texture.size.cube.256x256_rgba4444
dEQP-GLES3.functional.texture.size.cube.512x512_rgba4444

Bug: 22173211
Change-Id: I70681cea17fda6897e9e57971c042785cb922b5e
diff --git a/android/cts/master/com.drawelements.deqp.gles3.xml b/android/cts/master/com.drawelements.deqp.gles3.xml
index efd86ef..8a58aca 100644
--- a/android/cts/master/com.drawelements.deqp.gles3.xml
+++ b/android/cts/master/com.drawelements.deqp.gles3.xml
@@ -67496,9 +67496,6 @@
 						<Test name="256x256_l8_mipmap">
 							<TestInstance glconfig="rgba8888d24s8ms0" rotation="unspecified" surfacetype="window"/>
 						</Test>
-						<Test name="256x256_rgba4444">
-							<TestInstance glconfig="rgba8888d24s8ms0" rotation="unspecified" surfacetype="window"/>
-						</Test>
 						<Test name="256x256_rgba4444_mipmap">
 							<TestInstance glconfig="rgba8888d24s8ms0" rotation="unspecified" surfacetype="window"/>
 						</Test>
@@ -67520,9 +67517,6 @@
 						<Test name="512x512_l8_mipmap">
 							<TestInstance glconfig="rgba8888d24s8ms0" rotation="unspecified" surfacetype="window"/>
 						</Test>
-						<Test name="512x512_rgba4444">
-							<TestInstance glconfig="rgba8888d24s8ms0" rotation="unspecified" surfacetype="window"/>
-						</Test>
 						<Test name="512x512_rgba4444_mipmap">
 							<TestInstance glconfig="rgba8888d24s8ms0" rotation="unspecified" surfacetype="window"/>
 						</Test>
diff --git a/android/cts/master/gles3-master.txt b/android/cts/master/gles3-master.txt
index 40c60b2..bbb1a62 100644
--- a/android/cts/master/gles3-master.txt
+++ b/android/cts/master/gles3-master.txt
@@ -20982,7 +20982,6 @@
 dEQP-GLES3.functional.texture.size.cube.128x128_rgba8888_mipmap
 dEQP-GLES3.functional.texture.size.cube.256x256_l8
 dEQP-GLES3.functional.texture.size.cube.256x256_l8_mipmap
-dEQP-GLES3.functional.texture.size.cube.256x256_rgba4444
 dEQP-GLES3.functional.texture.size.cube.256x256_rgba4444_mipmap
 dEQP-GLES3.functional.texture.size.cube.256x256_rgb888
 dEQP-GLES3.functional.texture.size.cube.256x256_rgb888_mipmap
@@ -20990,7 +20989,6 @@
 dEQP-GLES3.functional.texture.size.cube.256x256_rgba8888_mipmap
 dEQP-GLES3.functional.texture.size.cube.512x512_l8
 dEQP-GLES3.functional.texture.size.cube.512x512_l8_mipmap
-dEQP-GLES3.functional.texture.size.cube.512x512_rgba4444
 dEQP-GLES3.functional.texture.size.cube.512x512_rgba4444_mipmap
 dEQP-GLES3.functional.texture.size.cube.512x512_rgb888
 dEQP-GLES3.functional.texture.size.cube.512x512_rgb888_mipmap
diff --git a/android/cts/master/src/gles3-test-issues.txt b/android/cts/master/src/gles3-test-issues.txt
index 3ffb37c..b9f79e7 100644
--- a/android/cts/master/src/gles3-test-issues.txt
+++ b/android/cts/master/src/gles3-test-issues.txt
@@ -75,3 +75,7 @@
 # Bug 22006723
 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.mediump_*
 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.highp_*
+
+# Bug 22173211
+dEQP-GLES3.functional.texture.size.cube.256x256_rgba4444
+dEQP-GLES3.functional.texture.size.cube.512x512_rgba4444