Revert "Fix lint"

Summary:
This reverts commit 9d47652bee.

Reverted https://github.com/pytorch/pytorch/pull/71735 on behalf of malfet

Test Plan: automation

Reviewed By: osalpekar

Differential Revision: D33805054

fbshipit-source-id: d0d1d23fc61cf5a2e9659b8e178ff3137e5c9eb7
This commit is contained in:
Nikita Shulga 2022-01-27 08:31:10 -08:00 committed by Facebook GitHub Bot
parent 2ccc595344
commit 1804fc24ee
2 changed files with 2 additions and 2 deletions

View File

@ -630,7 +630,7 @@ LINUX_WORKFLOWS = [
distributed_test=False,
enable_noarch_test=1,
# Disabled, see https://github.com/pytorch/pytorch/issues/71732
# enable_xla_test=1,
enable_xla_test=False,
ciflow_config=CIFlowConfig(
labels={LABEL_CIFLOW_DEFAULT, LABEL_CIFLOW_LINUX, LABEL_CIFLOW_CPU, LABEL_CIFLOW_XLA, LABEL_CIFLOW_NOARCH},
),

View File

@ -265,7 +265,7 @@ jobs:
ENABLE_SLOW_TEST: ''
ENABLE_DOCS_TEST: ''
ENABLE_BACKWARDS_COMPAT_TEST: ''
ENABLE_XLA_TEST: ''
ENABLE_XLA_TEST: False
ENABLE_NOARCH_TEST: 1
NUM_TEST_SHARDS: 2
MULTIGPU_RUNNER_TYPE: linux.16xlarge.nvidia.gpu