Mark sandbox test as destructive (#10889)
This commit is contained in:
@@ -8,7 +8,7 @@ public sealed class SandboxTest
|
|||||||
[Test]
|
[Test]
|
||||||
public async Task Test()
|
public async Task Test()
|
||||||
{
|
{
|
||||||
await using var pairTracker = await PoolManager.GetServerClient(new PoolSettings{NoServer = true});
|
await using var pairTracker = await PoolManager.GetServerClient(new PoolSettings{NoServer = true, Destructive = true});
|
||||||
var client = pairTracker.Pair.Client;
|
var client = pairTracker.Pair.Client;
|
||||||
await client.CheckSandboxed(typeof(Client.Entry.EntryPoint).Assembly);
|
await client.CheckSandboxed(typeof(Client.Entry.EntryPoint).Assembly);
|
||||||
await pairTracker.CleanReturnAsync();
|
await pairTracker.CleanReturnAsync();
|
||||||
|
|||||||
Reference in New Issue
Block a user