Skip test_variant_consistency_eager_addr_cpu_bfloat16 (#50836)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/50836

Fixes the broken master

Test Plan: Imported from OSS

Reviewed By: albanD

Differential Revision: D25981125

Pulled By: anjali411

fbshipit-source-id: 4043b6a7287700c7c9f0ce703eef53bb666ff655
diff --git a/torch/testing/_internal/common_methods_invocations.py b/torch/testing/_internal/common_methods_invocations.py
index 59330a7..b046cc7 100644
--- a/torch/testing/_internal/common_methods_invocations.py
+++ b/torch/testing/_internal/common_methods_invocations.py
@@ -945,7 +945,7 @@
            test_inplace_grad=False,
            skips=(
                SkipInfo('TestCommon', 'test_variant_consistency_jit',
-                        dtypes=[torch.float16, torch.cfloat, torch.cdouble]),
+                        dtypes=[torch.float16, torch.cfloat, torch.cdouble, torch.bfloat16]),
                # Reference: https://github.com/pytorch/pytorch/issues/50747
                SkipInfo('TestCommon', 'test_variant_consistency_eager',
                         dtypes=all_types_and_complex_and(torch.bool, torch.bfloat16, torch.float16)),),