summaryrefslogtreecommitdiff
path: root/android-uitests
diff options
context:
space:
mode:
authorSuryanarayana Mudunuri <smudunuri@google.com>2022-08-15 16:18:24 -0700
committerSuryanarayana Mudunuri <smudunuri@google.com>2022-08-15 23:58:35 +0000
commit4519e9b1a303d86d0241051b55852c9a7f69f5c0 (patch)
tree116c1a8fc1bfff28533cb58633a7ac67960f4a10 /android-uitests
parenta7d15ba259287511269a1678918460621b378a5c (diff)
downloadidea-4519e9b1a303d86d0241051b55852c9a7f69f5c0.tar.gz
Moving P0 test XMLCodeStyleTest to sanity suite
XMLCodeStyleTest test is running consistently without any failure in qa_fast. Promating the test to sanity. Bug: 240983728 Test: XMLCodeStyleTest https: //fusion2.corp.google.com/invocations/e2e97ee3-6f61-4598-969f-3c8426fe6e58/targets;showStatuses=failed,timed_out,passed https: //fusion2.corp.google.com/invocations/4bc34ace-2027-4368-aed2-ec82a5513f6a/targets;showStatuses=failed,timed_out,passed https: //fusion2.corp.google.com/invocations/dc2b424f-e20c-4c79-a722-d05b787341a2/targets;showStatuses=failed,timed_out,passed https: //fusion2.corp.google.com/invocations/09f441a8-bf24-4bc4-9586-8a7a47e46bfe/targets;showStatuses=failed,timed_out,passed Change-Id: I7d55ad36093666637b42c5a215c75dd3ab67035a
Diffstat (limited to 'android-uitests')
-rw-r--r--android-uitests/BUILD2
-rw-r--r--android-uitests/testSrc/com/android/tools/idea/tests/gui/editors/XMLCodeStyleTest.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/android-uitests/BUILD b/android-uitests/BUILD
index 93749606204..6c49824af7c 100644
--- a/android-uitests/BUILD
+++ b/android-uitests/BUILD
@@ -574,7 +574,7 @@ java_test(
]),
jvm_flags = ["-Dtest.suite.class=com.android.tools.idea.tests.gui.editors.XMLCodeStyleTest"],
tags = COMMON_TAGS + [
- "qa_fast",
+ "qa_smoke",
"no_mac",
],
test_class = "com.android.tools.idea.tests.gui.GuiJarTestSuite",
diff --git a/android-uitests/testSrc/com/android/tools/idea/tests/gui/editors/XMLCodeStyleTest.java b/android-uitests/testSrc/com/android/tools/idea/tests/gui/editors/XMLCodeStyleTest.java
index 047f65557fd..ce26cfff728 100644
--- a/android-uitests/testSrc/com/android/tools/idea/tests/gui/editors/XMLCodeStyleTest.java
+++ b/android-uitests/testSrc/com/android/tools/idea/tests/gui/editors/XMLCodeStyleTest.java
@@ -78,7 +78,7 @@ public class XMLCodeStyleTest {
* </pre>
* <p>
*/
- @RunIn(TestGroup.FAST_BAZEL)
+ @RunIn(TestGroup.SANITY_BAZEL)
@Test
public void testXMlCodeStyleReformatting() throws IOException, InterruptedException {
EditorFixture editorFixture = guiTest.ideFrame().getEditor();