Index: tests/standalone/standalone.status |
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
index e75cc079dd3d54a941f6f86727b0f1ab8eb7d6df..30bd633f13214229445b788aecdbd58f913338df 100644 |
--- a/tests/standalone/standalone.status |
+++ b/tests/standalone/standalone.status |
@@ -266,7 +266,7 @@ io/snapshot_fail_test: RuntimeError # Platform.executable |
io/stdin_sync_test: RuntimeError # Platform.executable |
io/test_extension_fail_test: RuntimeError # Platform.executable |
precompilation_test: RuntimeError # Platform.executable |
-standalone/io/file_read_special_device_test: RuntimeError # Platform.executable |
+io/file_read_special_device_test: RuntimeError # Platform.executable |
verbose_gc_to_bmu_test: RuntimeError # Platform.executable |
io/http_server_close_response_after_error_test: RuntimeError # Platform.executable |
io/http_client_stays_alive_test: RuntimeError # Platform.executable |
@@ -288,3 +288,7 @@ io/test_extension_test: RuntimeError # Platform.executable |
io/regress_7679_test: RuntimeError # Platform.executable |
io/process_*: Skip # Most use Platform.executable |
+ |
+# Code coverage is not supported in product mode. |
+[ $mode == product ] |
+full_coverage_test: SkipByDesign |