Skip to content

Commit

Permalink
- skipped devops test
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-schutte committed Jul 10, 2024
1 parent 25f2858 commit e425b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Plugin.Core.Tests/SnakeNameTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Plugin.Core.Tests;

public class SnakeNameTests
{
[Theory]
[Theory (Skip = "This test can only be run locally as it requires a DevOps PAT")]
[InlineData("Hello.World", "hello_world")]
[InlineData("HelloWorld", "helloworld")]
[InlineData("HELLO.World", "hello_world")]
Expand Down

0 comments on commit e425b1b

Please sign in to comment.