decode_scalability_test: enable tests w/CONFIG_REALTIME_ONLY

after:
  f883c11f6 Remove REALTIME_ONLY from decoder
loop restoration was restored in the decoder

Bug: aomedia:3248
Change-Id: I5c93654428a2b918e3360c2eb5f35806fb0eb738
diff --git a/test/decode_scalability_test.cc b/test/decode_scalability_test.cc
index 4817beb..c04d58b 100644
--- a/test/decode_scalability_test.cc
+++ b/test/decode_scalability_test.cc
@@ -85,7 +85,6 @@
 //   operating_point_idc[ 0 ] = 0x0
 const ObuExtensionHeader kSize16x16Headers[1] = { { 0, 0 } };
 
-#if !CONFIG_REALTIME_ONLY
 // av1-1-b8-22-svc-L1T2.ivf:
 //   operating_points_cnt_minus_1 = 1
 //   operating_point_idc[ 0 ] = 0x103
@@ -107,18 +106,13 @@
 const ObuExtensionHeader kL2T2Headers[4] = {
   { 0, 0 }, { 0, 1 }, { 1, 0 }, { 1, 1 }
 };
-#endif  // !CONFIG_REALTIME_ONLY
 
 const DecodeParam kAV1DecodeScalabilityTests[] = {
   // { filename, headers, num_headers }
   { "av1-1-b8-01-size-16x16.ivf", kSize16x16Headers, 1 },
-#if !CONFIG_REALTIME_ONLY
-  // These test vectors use loop restoration, which is not supported in
-  // the CONFIG_REALTIME_ONLY builds.
   { "av1-1-b8-22-svc-L1T2.ivf", kL1T2Headers, 2 },
   { "av1-1-b8-22-svc-L2T1.ivf", kL2T1Headers, 2 },
   { "av1-1-b8-22-svc-L2T2.ivf", kL2T2Headers, 4 },
-#endif  // !CONFIG_REALTIME_ONLY
 };
 
 AV1_INSTANTIATE_TEST_SUITE(DecodeScalabilityTest,