Skip to content

Commit

Permalink
Ignoring a number of the long-running tests
Browse files Browse the repository at this point in the history
A couple are still being executed on the server
  • Loading branch information
josephmyers committed Aug 2, 2024
1 parent 4a5ad40 commit d51226f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SIL.WritingSystems.Tests/SldrTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ public void GetLdmlFile_LanguageTagWithSuppressedScript_DownloadsFile()

#region SLDR cache
[Test]
[Category("SkipOnTeamCity")]
public void GetLdmlFile_CacheFileWithUid_StatusFileFromSldrCache()
{
using var environment = new TestEnvironment();
Expand Down Expand Up @@ -182,6 +183,7 @@ public void GetLdmlFile_CacheFileWithUid_StatusFileFromSldrCache()
}

[Test]
[Category("SkipOnTeamCity")]
public void GetLdmlFile_CacheFileWithUidUnknown_StatusFileFromSldrCache()
{
using var environment = new TestEnvironment();
Expand Down Expand Up @@ -249,6 +251,7 @@ public void GetLdmlFile_SldrCacheDestinationPath_ReturnsCacheFile()
}

[Test]
[Category("SkipOnTeamCity")]
public void GetLdmlFile_SldrStagingEnvironmentVariable_UsesStagingUrl()
{
var originalStagingValue = Environment.GetEnvironmentVariable(Sldr.SldrStaging);
Expand Down Expand Up @@ -283,6 +286,7 @@ public void GetLdmlFile_NotModified_DoesntDownloadNewFile()
[Test]
[Category("LongRunning")] // ~2 minutes
[Category("ByHand")] // The following test tests a smaller sample each checkin; this can be used when a larger sample needs to be tested.
[Category("SkipOnTeamCity")]
public void GetLdmlFile_GetsValidLDML([Values("false", "true")] string isStaging,
[Values("ar", "az", "bn", "de", "en", "es", "en-GB", "fa", "fr", "hi", "hu", "id", "km", "ko", "ml", "ms", "my",
"ne", "pt", "ru", "rw", "sw", "ta", "te", "th", "tr", "ur", "vi", "zh", "zh-CN")] string ietfLanguageTag)
Expand All @@ -291,6 +295,7 @@ public void GetLdmlFile_GetsValidLDML([Values("false", "true")] string isStaging
}

[Test]
[Category("SkipOnTeamCity")]
public void GetLdmlFile_GetsValidLDML([Values("ar", "en", "fr", "ko", "sw")] string ietfLanguageTag)
{
DownloadAndVerifyLDML("false", ietfLanguageTag);
Expand Down

0 comments on commit d51226f

Please sign in to comment.