Merge "Mark Ignored test as skipped" into oc-dev am: 7317644c1b
am: b2cd1edabc

Change-Id: Ia9f75439b9cce4e6e7cb8088638eff7391a6199f
diff --git a/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ResultReporter.java b/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ResultReporter.java
index bd60ea9..2438bb0 100644
--- a/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ResultReporter.java
+++ b/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ResultReporter.java
@@ -343,8 +343,7 @@
      */
     @Override
     public void testIgnored(TestIdentifier test) {
-        // Ignored tests are not reported.
-        mCurrentTestNum--;
+        mCurrentResult.skipped();
     }
 
     /**