Skip to content

Commit

Permalink
Disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggog committed Nov 21, 2024
1 parent 61ad3cf commit f01cca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Synthesis.Bethesda.UnitTests/CLI/RunPipelineLogicTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace Synthesis.Bethesda.UnitTests.CLI;

public class RunPipelineLogicTests
{
[Theory, MutagenModAutoData(FileSystem: TargetFileSystem.Real)]
[Theory(Skip = "Need to upgrade to target known published packages"), MutagenModAutoData(FileSystem: TargetFileSystem.Real)]
public async Task Typical(
IFileSystem fileSystem,
string profileName,
Expand Down

0 comments on commit f01cca1

Please sign in to comment.