Skip to content

Commit 2d24a31

Browse files
CopilotAndriySvyryd
andcommitted
Add test that waits indefinitely for test infrastructure validation
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com> Agent-Logs-Url: https://github.com/dotnet/efcore/sessions/293be4b9-917a-4e08-8b45-e9e347454117
1 parent 0842c55 commit 2d24a31

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
namespace Microsoft.EntityFrameworkCore.Infrastructure;
5+
6+
public class TestInfrastructureTest
7+
{
8+
[ConditionalFact]
9+
public async Task Waits_indefinitely()
10+
=> await Task.Delay(Timeout.InfiniteTimeSpan);
11+
}

0 commit comments

Comments
 (0)