Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
<NoWarn>CS1591</NoWarn>
<NoWarn>CS1591;CS0618</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down
54 changes: 0 additions & 54 deletions sdk/test/Services/DynamoDBv2/IntegrationTests/CSMTest.cs
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This class is not marked with the TestClass attribute so the test never runs... I deleted it since it wasn't doing anything special, we have a separate project for CSM tests: https://github.com/aws/aws-sdk-net/tree/main/sdk/test/CSMTest

This file was deleted.