Skip to content

Commit

Permalink
ignore 2 tests on CI
Browse files Browse the repository at this point in the history
These tests are not intended to run on CI
  • Loading branch information
megahirt committed Jun 14, 2024
1 parent bb89bf5 commit 14e5a9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-test-installer-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ jobs:
run: dotnet build src/solid.sln --no-restore

- name: Run NUnit Tests
run: dotnet test output/net461/*Tests.dll --no-build -- NUnit.TestOutputXml=TestResults

# clear output directory
# build for release ?
run: dotnet test output/net461/*Tests.dll --filter "TestCategory != SkipOnCI" --no-build -- NUnit.TestOutputXml=TestResults

build-installer:
name: Build Release And Make Installer
Expand Down
4 changes: 2 additions & 2 deletions src/SolidGui.Tests/Export/ExportLiftTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ public void SemanticDomain_WithTwoDomains_ExportsTwoTraitUnderSense()
/// <summary>
/// this test is half-baked... if there's no english ldml on the machine, it won't work (e.g. on teamcity)
/// </summary>
[Test, Category("SkipOnTeamCity")]
[Test, Category("SkipOnCI")]
public void WritingSystems_WSFolderNotThere_CreatesItAndCopiesWritingSystemsToWritingSystemFolder()
{
using (var e = new ExportTestScenario())
Expand All @@ -456,7 +456,7 @@ public void WritingSystems_WSFolderNotThere_CreatesItAndCopiesWritingSystemsToWr
/// <summary>
/// this test is half-baked... if there's no english ldml on the machine, it won't work (e.g. on teamcity)
/// </summary>
[Test, Category("SkipOnTeamCity")]
[Test, Category("SkipOnCI")]
public void WritingSystems_WSFolderAlreadyExists_CopiesWritingSystemsToWritingSystemFolder()
{
using (var e = new ExportTestScenario())
Expand Down

0 comments on commit 14e5a9f

Please sign in to comment.