Merge pull request #1092 from thomasvl/fix_conformance

Fix conformance test to only report skips in verbose mode.
diff --git a/conformance/conformance_test.cc b/conformance/conformance_test.cc
index 135e82d..c39bf26 100644
--- a/conformance/conformance_test.cc
+++ b/conformance/conformance_test.cc
@@ -1967,9 +1967,6 @@
                 "These tests succeeded, even though they were listed in "
                 "the failure list.  Remove them from the failure list");
 
-  CheckSetEmpty(skipped_,
-                "These tests were skipped (probably because support for some "
-                "features is not implemented)");
   if (verbose_) {
     CheckSetEmpty(skipped_,
                   "These tests were skipped (probably because support for some "