Commit 3a9e1bdefe for aom

commit 3a9e1bdefe3f44a76ab4b89edb4a06ba467917b5
Author: Wan-Teh Chang <wtc@google.com>
Date:   Fri Jun 5 10:31:28 2026 -0700

    Explain why WarpedMotionEnabled is disabled

    Explain why the WarpedMotionEnabled test is disabled for REALTIME_ONLY
    build.

    Change-Id: I25fe417f334672c557e78931ab800c643f3d9a20

diff --git a/test/datarate_test.cc b/test/datarate_test.cc
index fdd9bc1697..8a2384667d 100644
--- a/test/datarate_test.cc
+++ b/test/datarate_test.cc
@@ -759,6 +759,7 @@ TEST_P(DatarateTestPsnr, PerFramePsnr) {
   ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
 }

+// Warped motion can't be enabled in realtime only build.
 #if !CONFIG_REALTIME_ONLY
 // Test to reproduce decode failure in issue: 514696186.
 TEST_P(DatarateTestRealtime, WarpedMotionEnabled) {