Skip to content

Commit b149c8d

Browse files
committed
Refine test configuration
1 parent dee289b commit b149c8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/NuGet.Core.Tests/NuGet.Build.Tasks.Pack.Test/PackageNameTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public void GetPackOutputItemsTask_PackageFileName(PackageFileNameTestCase testC
124124
}
125125
}
126126

127-
[PlatformTheory(Platform.Windows, Timeout = -1)]
127+
[PlatformTheory(Platform.Windows)]
128128
[MemberData(nameof(TestCases))]
129129
public void PackTask_PackageFileName_FromProjectFileWithNuspecFile(PackageFileNameTestCase testCase)
130130
{

0 commit comments

Comments
 (0)