You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by an...@apache.org on 2022/04/06 20:38:10 UTC

[tvm] branch main updated: [skip ci][ci] Fix stale test in teams tagging (#10920)

This is an automated email from the ASF dual-hosted git repository.

andrewzhaoluo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 5ca528c847 [skip ci][ci] Fix stale test in teams tagging (#10920)
5ca528c847 is described below

commit 5ca528c84764653d7288e146e8e2b09309167fd8
Author: driazati <94...@users.noreply.github.com>
AuthorDate: Wed Apr 6 13:38:05 2022 -0700

    [skip ci][ci] Fix stale test in teams tagging (#10920)
    
    This is failing in `main` but as of 8e438683a4a815ae2d5b528360ae0f111501b607 it's not used anymore
    
    Co-authored-by: driazati <dr...@users.noreply.github.com>
---
 tests/python/ci/test_ci.py | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/tests/python/ci/test_ci.py b/tests/python/ci/test_ci.py
index 19275c675f..e197d7e48a 100644
--- a/tests/python/ci/test_ci.py
+++ b/tests/python/ci/test_ci.py
@@ -599,25 +599,6 @@ def test_github_tag_teams(tmpdir_factory):
         check="would have updated issues/1234 with {'body': '\\nhello\\n\\nsomething\\n\\ncc @person1 @person2 @person4'}",
     )
 
-    run(
-        type="ISSUE",
-        data={
-            "title": "A title",
-            "number": 1234,
-            "user": {
-                "login": "person6",
-            },
-            "labels": [{"name": "something"}],
-            "body": textwrap.dedent(
-                """
-                hello
-
-                something"""
-            ),
-        },
-        check="Author person6 is not opted in, quitting",
-    )
-
     run(
         type="ISSUE",
         data={