Files
csharp/tests/E2E.Tests/Onebyone.cs
Boshi Lian 89d36aa98d introduce cordon (#1231)
* introduce cordon

* clean import

* force one by one
2023-03-13 13:46:48 -07:00

9 lines
132 B
C#

using Xunit;
namespace k8s.E2E;
[CollectionDefinition(nameof(Onebyone), DisableParallelization = true)]
public class Onebyone
{
}