Skip to content

Commit

Permalink
disable profiler test
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Dec 9, 2023
1 parent a17b3a0 commit 22f018f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Sentry.Tests/ProfilerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public ProfilerTests(ITestOutputHelper output)
}

#if __IOS__
[Fact]
[Fact(Skip = "FIXME: currently times out")]
#else
[Fact(Skip = "Profiling is not supported on this platform")]
#endif
Expand Down

0 comments on commit 22f018f

Please sign in to comment.