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

Commit ac5faac9 authored by Ankita Vyas's avatar Ankita Vyas Committed by Automerger Merge Worker
Browse files

Merge "Move LocaleManagerTests to presubmit suite." into tm-dev am: 722c06c1

parents 19a22843 722c06c1
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -159,6 +159,15 @@
                }
            ],
            "file_patterns": ["(/|^)ContextImpl.java"]
        },
        {
            "file_patterns": ["(/|^)LocaleManager.java"],
            "name": "CtsLocaleManagerTestCases",
            "options": [
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                }
            ]
        }
    ],
    "presubmit-large": [
@@ -186,16 +195,6 @@
        {
            "file_patterns": ["(/|^)ActivityThreadTest.java"],
            "name": "FrameworksCoreTests"
        },
        // TODO(b/225192026): Move back to presubmit after b/225192026 is fixed
        {
            "file_patterns": ["(/|^)LocaleManager.java"],
            "name": "CtsLocaleManagerTestCases",
            "options": [
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                }
            ]
        }
    ]
}
+1 −4
Original line number Diff line number Diff line
@@ -10,10 +10,7 @@
    },
    {
      "name": "CtsLocaleManagerHostTestCases"
    }
  ],
  "postsubmit": [
    // TODO(b/225192026): Move back to presubmit after b/225192026 is fixed
    },
    {
      "name": "CtsLocaleManagerTestCases"
    }