Skip to content

Commit f575267

Browse files
authored
Disable UI tests in ci
1 parent d0c164f commit f575267

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
run: dotnet build --configuration Release
3030
- name: Unit Tests
3131
run: dotnet test .\tests\ImageSort.UnitTests\ImageSort.UnitTests.csproj --configuration Release --no-build
32-
- name: UI Tests
33-
run: dotnet test .\tests\ImageSort.WPF.UiTests\ImageSort.WPF.UiTests.csproj --configuration Release --no-build
32+
# UI tests are disabled due to changes of the windows runner that broke them
33+
#- name: UI Tests
34+
# run: dotnet test .\tests\ImageSort.WPF.UiTests\ImageSort.WPF.UiTests.csproj --configuration Release --no-build
3435
- name: Build WIX project
3536
if: ${{ github.event_name == 'release' }}
3637
env:

0 commit comments

Comments
 (0)