Skip to content

Commit

Permalink
Revert "See if explicitly creating SLDR cache folder will enable test…
Browse files Browse the repository at this point in the history
… setup to succeed consistently on Appveyor"

This reverts commit 7ec02ef.
  • Loading branch information
tombogle committed Dec 9, 2024
1 parent 7ec02ef commit 9b61be8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SIL.WritingSystems.Tests/SldrTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ private class TestEnvironment : IDisposable
public TestEnvironment(bool sldrOffline = true, DateTime? embeddedAllTagsTime = null)
{
var sldrCachePath = Sldr.SldrCachePath;
Directory.CreateDirectory(sldrCachePath);

Sldr.Cleanup();
if (embeddedAllTagsTime == null)
Sldr.Initialize(sldrOffline, sldrCachePath);
Expand Down

0 comments on commit 9b61be8

Please sign in to comment.