Skip to content

Commit 1e9c3ac

Browse files
achilleas-ksupakeen
authored andcommitted
github: explicitly skip TestResolverLocalManifest in base tests
1 parent 24abfc4 commit 1e9c3ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ jobs:
4848
run: git config --global --add safe.directory "$(pwd)"
4949

5050
- name: Run unit tests
51-
run: go test -race ./...
51+
# skip the TestResolverLocalManifest test. It is tested separately
52+
# (see below: requires root)
53+
run: go test -race ./... -test.skip TestResolverLocalManifest
5254

5355
- name: Run depsolver tests with force-dnf to make sure it's not skipped
5456
run: go test -race ./pkg/dnfjson/... -force-dnf

0 commit comments

Comments
 (0)