Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Jan 28, 2024
1 parent 014aee7 commit 0a455d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Avalonia.Svg.Skia.UnitTests/SvgImageTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Avalonia.Svg.Skia.UnitTests;

public class SvgImageTests
{
[Fact]
[Fact(Skip = "Avalonia 0.10.x not supported")]
public void SvgImage_Load()
{
var uri = new Uri($"avares://Avalonia.Svg.Skia.UnitTests/Assets/Icon.svg");
Expand Down

0 comments on commit 0a455d6

Please sign in to comment.