Skip to content

Commit c6b4bc5

Browse files
Update GlobalSessionManagerTests.cs
1 parent 29544e4 commit c6b4bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sentry.Tests/GlobalSessionManagerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void StartSession_CacheDirectoryProvidedButFileWriteDisabled_Installation
101101
Assert.False(_fixture.Options.FileSystem.FileExists(filePath));
102102
}
103103

104-
[Fact]
104+
[SkippableFact]
105105
public void StartSession_CacheDirectoryNotProvided_InstallationIdFileCreated()
106106
{
107107
Skip.If(TestEnvironment.IsGitHubActions, "Flaky in CI");

0 commit comments

Comments
 (0)