Mark as NOT_EXECUTED the failure of things that didn't run

If some things are expected to run but didn't, mark them
as such to be monitored.

Test: unit tests
Bug: 149762586
Bug: 150151036
Change-Id: I9a15e2671c11d2a4e1ce170a64262f1ae36d7cdf
diff --git a/proto/test_record.proto b/proto/test_record.proto
index 50453c7..c00058d 100644
--- a/proto/test_record.proto
+++ b/proto/test_record.proto
@@ -113,4 +113,6 @@
   INFRA_FAILURE = 10;
   // System under test crashed and caused the test to fail.
   SYSTEM_UNDER_TEST_CRASHED = 20;
+  // The test was expected to run but did not.
+  NOT_EXECUTED = 30;
 }
\ No newline at end of file