Skip to content

Commit

Permalink
Temporarily disable test_fx for dynamo (pytorch#83307)
Browse files Browse the repository at this point in the history
Pending the investigation from dynamo on TTS regression in https://github.com/pytorch/torchdynamo/issues/784. More details can be found in the issue tracker.

Pull Request resolved: pytorch#83307
Approved by: https://github.com/anijain2305
  • Loading branch information
huydhn authored and pytorchmergebot committed Aug 12, 2022
1 parent 4618371 commit 59b1c4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .jenkins/pytorch/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ test_dynamo_shard() {
echo "NUM_TEST_SHARDS must be defined to run a Python test shard"
exit 1
fi
# Temporarily disable test_fx for dynamo pending the investigation on TTS
# regression in https://github.com/pytorch/torchdynamo/issues/784
time python test/run_test.py \
--exclude-jit-executor \
--exclude-distributed-tests \
Expand All @@ -194,6 +196,7 @@ test_dynamo_shard() {
test_profiler_tree \
test_overrides \
test_python_dispatch \
test_fx \
--shard "$1" "$NUM_TEST_SHARDS" \
--verbose
assert_git_not_dirty
Expand Down

0 comments on commit 59b1c4e

Please sign in to comment.