Skip to content

Commit 22f018f

Browse files
committed
disable profiler test
1 parent a17b3a0 commit 22f018f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sentry.Tests/ProfilerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public ProfilerTests(ITestOutputHelper output)
1010
}
1111

1212
#if __IOS__
13-
[Fact]
13+
[Fact(Skip = "FIXME: currently times out")]
1414
#else
1515
[Fact(Skip = "Profiling is not supported on this platform")]
1616
#endif

0 commit comments

Comments
 (0)