diff --git a/change/react-native-windows-58d5a889-6e77-4cde-a5d8-76a73e9a3cb7.json b/change/react-native-windows-58d5a889-6e77-4cde-a5d8-76a73e9a3cb7.json new file mode 100644 index 00000000000..09ecc6c389d --- /dev/null +++ b/change/react-native-windows-58d5a889-6e77-4cde-a5d8-76a73e9a3cb7.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Disable failing UT", + "packageName": "react-native-windows", + "email": "30809111+acoates-ms@users.noreply.github.com", + "dependentChangeType": "none" +} diff --git a/vnext/Mso.UnitTests/future/futureTest.cpp b/vnext/Mso.UnitTests/future/futureTest.cpp index 9b7ace55e4a..a5fa804dce9 100644 --- a/vnext/Mso.UnitTests/future/futureTest.cpp +++ b/vnext/Mso.UnitTests/future/futureTest.cpp @@ -213,7 +213,9 @@ TEST_CLASS_EX (Future2Test, LibletAwareMemLeakDetection) { TestCheck(!Mso::GetIFuture(f1)->IsFailed()); } - TEST_METHOD(Futureint_Then_DestroyLambdaAfterInvoke) { + // Future UTs failing intermittently on newer CI agent versions - disabling until we can find a fix + // https://github.com/microsoft/react-native-windows/issues/14114 + SKIPTESTMETHOD(Futureint_Then_DestroyLambdaAfterInvoke) { // See that lambda's destructor is called even if we still hold the future f1 alive. // To observe that the lambda is deleted we move observer to its capture. // When the observed Mso::TRestorer is deleted it will reset isDestroyed to true.