Remove high priority as an owner for tests (#74555)

Summary:
Following triage review discussion, it would be best for these tests to not be triaged high priority by automation, but by the triagers in the oncall.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/74555

Reviewed By: albanD

Differential Revision: D35099202

Pulled By: janeyx99

fbshipit-source-id: 657a0317141de3a598476a6f601ec26cc26231b1
(cherry picked from commit 057519cb2494d0f9a0b169f359ac87ba9e89f088)
This commit is contained in:
Jane Xu
2022-03-24 07:24:30 -07:00
committed by PyTorch MergeBot
parent 0524b2829a
commit a1e284d9c8
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# Owner(s): ["high priority"]
# Owner(s): ["module: unknown"]
from collections.abc import Sequence
from functools import partial

View File

@ -1,4 +1,4 @@
# Owner(s): ["high priority"]
# Owner(s): ["module: unknown"]
from functools import partial, wraps
import torch

View File

@ -1,4 +1,4 @@
# Owner(s): ["high priority"]
# Owner(s): ["module: unknown"]
from functools import partial

View File

@ -1,4 +1,4 @@
# Owner(s): ["high priority"]
# Owner(s): ["module: __torch_function__"]
import torch
import numpy as np

View File

@ -1,4 +1,4 @@
# Owner(s): ["high priority"]
# Owner(s): ["module: __torch_dispatch__"]
import tempfile
import torch

View File

@ -1,4 +1,4 @@
# Owner(s): ["high priority"]
# Owner(s): ["module: unknown"]
import torch
from torch.testing._internal.common_utils import TestCase, run_tests

View File

@ -1,4 +1,4 @@
# Owner(s): ["high priority"]
# Owner(s): ["module: unknown"]
import sys
import os