Skip to content

Commit f6c9ff8

Browse files
committed
Doc
1 parent 4b4b3ef commit f6c9ff8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Adapter/MSTest.TestAdapter/TestingPlatformAdapter/TestApplicationBuilderExtensions.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ namespace Microsoft.VisualStudio.TestTools.UnitTesting;
1717
[SuppressMessage("ApiDesign", "RS0030:Do not use banned APIs", Justification = "We can use MTP from this folder")]
1818
public static class TestApplicationBuilderExtensions
1919
{
20-
/// <summary>
21-
/// The VSTest bridged test framework capabilities.
22-
/// </summary>
20+
// NOTE: We intentionally use this class and not VSTestBridgeExtensionBaseCapabilities because
21+
// we don't want MSTest to use vstestProvider capability
2322
private sealed class MSTestCapabilities : ITrxReportCapability
2423
{
2524
bool ITrxReportCapability.IsSupported { get; } = true;

0 commit comments

Comments
 (0)