mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
0524b2829a
commit
a1e284d9c8
@ -1,4 +1,4 @@
|
||||
# Owner(s): ["high priority"]
|
||||
# Owner(s): ["module: unknown"]
|
||||
|
||||
from collections.abc import Sequence
|
||||
from functools import partial
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Owner(s): ["high priority"]
|
||||
# Owner(s): ["module: unknown"]
|
||||
|
||||
from functools import partial, wraps
|
||||
import torch
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Owner(s): ["high priority"]
|
||||
# Owner(s): ["module: unknown"]
|
||||
|
||||
from functools import partial
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Owner(s): ["high priority"]
|
||||
# Owner(s): ["module: __torch_function__"]
|
||||
|
||||
import torch
|
||||
import numpy as np
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Owner(s): ["high priority"]
|
||||
# Owner(s): ["module: __torch_dispatch__"]
|
||||
|
||||
import tempfile
|
||||
import torch
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Owner(s): ["high priority"]
|
||||
# Owner(s): ["module: unknown"]
|
||||
|
||||
import torch
|
||||
from torch.testing._internal.common_utils import TestCase, run_tests
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Owner(s): ["high priority"]
|
||||
# Owner(s): ["module: unknown"]
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
Reference in New Issue
Block a user