Disable GoldenFrameIntervalTest

Disable GoldenFrameIntervalTestLarge.GoldenFrameIntervalTest, which
currently fails due to an assertion failure. This allows us to test the
nightly builds.

BUG=aomedia:2799

Change-Id: Ia97f2f105d24e2d9a6850a72d0b251a066d54ff2
diff --git a/test/altref_test.cc b/test/altref_test.cc
index 742358e..67ab404 100644
--- a/test/altref_test.cc
+++ b/test/altref_test.cc
@@ -204,7 +204,9 @@
   aom_rc_mode rc_end_usage_;
 };
 
-TEST_P(GoldenFrameIntervalTestLarge, GoldenFrameIntervalTest) {
+// TODO(crbug.com/aomedia/2800): Re-enable or remove this test when the redesign
+// of the GOP structure and related rate control mechanism is complete.
+TEST_P(GoldenFrameIntervalTestLarge, DISABLED_GoldenFrameIntervalTest) {
   libaom_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
                                      cfg_.g_timebase.den, cfg_.g_timebase.num,
                                      0, limit_);