public void Execute_should_return_expected_result_when_maxTime_is_provided(
     [Values(false, true)]
     bool async)
 {
     if (SupportedFeatures.AreFailPointsSupported(CoreTestConfiguration.ServerVersion))
     {
         // TODO: port FailPoint infrastructure from Driver.Tests to Core.Tests
     }
 }