pytorch
f685dfaa - [JIT] call super().setUp() in test_jit_fuser_te.py (#73762)

Commit
2 years ago
[JIT] call super().setUp() in test_jit_fuser_te.py (#73762) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/73762 TestCase.setUp() controls slowTest behavior, so calling super().setUp() will prevent fast tests from running in the slow test CI jobs. example: https://github.com/pytorch/pytorch/runs/5413135014?check_suite_focus=true: despite PYTORCH_TEST_SKIP_FAST=1, TestTEFuserStatic tests are still running Test Plan: Imported from OSS Reviewed By: mruberry Differential Revision: D34628769 Pulled By: davidberard98 fbshipit-source-id: 84311ec1db2ac60fcafb7b77f377e9ae2ef792e3 (cherry picked from commit 67fdba7fb9b73ce2b9119f4c4bc84e5b38041e21)
Author
Committer
Parents
Loading