9 lines
132 B
C#
9 lines
132 B
C#
using Xunit;
|
|
|
|
namespace k8s.E2E;
|
|
|
|
[CollectionDefinition(nameof(Onebyone), DisableParallelization = true)]
|
|
public class Onebyone
|
|
{
|
|
}
|