We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a964b4 commit e4485fdCopy full SHA for e4485fd
1 file changed
src/ElectronNET.IntegrationTests/Tests/AppTests.cs
@@ -69,14 +69,6 @@ public async Task Can_get_login_item_settings()
69
settings.Should().NotBeNull();
70
}
71
72
- [Fact(Timeout = 20000)]
73
- public async Task Can_set_app_logs_path()
74
- {
75
- var tempDir = Path.Combine(Path.GetTempPath(), "ElectronLogsTest" + Guid.NewGuid().ToString("N"));
76
- Directory.CreateDirectory(tempDir);
77
- Electron.App.SetAppLogsPath(tempDir);
78
- }
79
-
80
[Fact(Timeout = 20000)]
81
public async Task CommandLine_append_and_query_switch()
82
{
0 commit comments