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

Commit 917810cd authored by John Wu's avatar John Wu Committed by Android (Google) Code Review
Browse files

Merge "Re-enable MonotonicClockTest.corruptedFile()" into main

parents e780806f 888ba1a8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ package com.android.internal.os;

import static com.google.common.truth.Truth.assertThat;

import android.platform.test.annotations.IgnoreUnderRavenwood;
import android.platform.test.ravenwood.RavenwoodRule;

import androidx.test.filters.SmallTest;
@@ -77,7 +76,6 @@ public class MonotonicClockTest {
    }

    @Test
    @IgnoreUnderRavenwood(reason = "b/321832617")
    public void corruptedFile() throws IOException {
        // Create an invalid binary XML file to cause IOException: "Unexpected magic number"
        try (FileWriter w = new FileWriter(mFile)) {