Skip to content

Commit

Permalink
Skip Flaky Test: for pytorch#134602 (pytorch#137226)
Browse files Browse the repository at this point in the history
Pull Request resolved: pytorch#137226
Approved by: https://github.com/cpuhrsch
  • Loading branch information
drisspg authored and pytorchmergebot committed Oct 3, 2024
1 parent b3953ff commit 5c0ce8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3845,6 +3845,7 @@ def test_is_causal_and_mask_fails(self, device):

@unittest.skipIf(TEST_XPU, "XPU does not support cppextension currently")
@unittest.skipIf(IS_FBCODE, "Ninja is required to load C++ extensions and it's not compatible with Buck ")
@unittest.skip("TODO: This test is broken and should be moved into a dedicated process for registering new extensions")
class TestSDPAPrivateUse1Only(NNTestCase):
@classmethod
def setUpClass(cls):
Expand Down

0 comments on commit 5c0ce8d

Please sign in to comment.