Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fea5dc64 authored by Ady Abraham's avatar Ady Abraham
Browse files

SF: temporary disable FlagManagerTest.returnsOverrideFalse

Since we are left we a single server flag, we can't have a unique
flag for this test which is required since the flag implementation uses
static variables. We'll re-enable once we have a new server flag.

Change-Id: I49826eb0fbb76a389c063b6234b2a2131e358c75
Test: presubmit
Bug: 325334658
parent 4238fc91
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -114,7 +114,10 @@ TEST_F(FlagManagerTest, returnsOverrideReadonly) {
    EXPECT_TRUE(mFlagManager.add_sf_skipped_frames_to_trace());
}

TEST_F(FlagManagerTest, returnsOverrideFalse) {
// disabling this test since we need to use a unique flag for this test,
// but we only one server flag currently. Re-enable once we have a new flag
// and change this test to use a unique flag.
TEST_F(FlagManagerTest, DISABLED_returnsOverrideFalse) {
    mFlagManager.markBootCompleted();

    SET_FLAG_FOR_TEST(flags::refresh_rate_overlay_on_external_display, true);