Android patch: Skip the NumberFormatTest#TestDataDrivenJDK test case.

In Android, java.text.DecimalFormat is actually implemented by calling
com.ibm.icu.text.DecimalFormat so this test case (which intends to
verify the differences between the ICU and JDK implementations of
DecimalFormat) does not make any sense when running in Android.

Change-Id: I6208471db18ea224624320ade9a14855c077bd8e
1 file changed