Skip to content

Commit 29544e4

Browse files
Update GlobalSessionManagerTests.cs
1 parent 6cd03f6 commit 29544e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Sentry.Tests/GlobalSessionManagerTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ public void StartSession_CacheDirectoryProvidedButFileWriteDisabled_Installation
104104
[Fact]
105105
public void StartSession_CacheDirectoryNotProvided_InstallationIdFileCreated()
106106
{
107+
Skip.If(TestEnvironment.IsGitHubActions, "Flaky in CI");
108+
107109
// Arrange
108110
_fixture.Options.CacheDirectoryPath = null;
109111
// Setting the test-cache directory to be properly disposed

0 commit comments

Comments
 (0)