Skip to content

Commit bfb09bd

Browse files
authored
temporarily mark failed test case as live only (#25169)
1 parent 8e5ef78 commit bfb09bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/Resources.Test/ScenarioTests/DeploymentTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ public void TestSymbolicNameDeployment()
279279
}
280280

281281
[Fact]
282-
[Trait(Category.AcceptanceType, Category.CheckIn)]
282+
[Trait(Category.AcceptanceType, Category.LiveOnly)]
283283
public void TestExtensibleResourceDeployment()
284284
{
285285
TestRunner.RunTestScript("Test-ExtensibleResourceDeployment");

0 commit comments

Comments
 (0)