Skip to content

Commit ecad9e8

Browse files
committed
mk-oracle: remove admin requirements for test
We should be able to test as normal user Change-Id: Ide418f9fc64390b19acf4e20fdd929b1cebe0721
1 parent 21af0c1 commit ecad9e8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/mk-oracle/run.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,6 @@ try {
256256
Invoke-Cargo-With-Explicit-Package "fmt" "--" "--check"
257257
}
258258
if ($packTest) {
259-
if (-not (Test-Administrator)) {
260-
Write-Error "Testing must be executed as Administrator." -ErrorAction Stop
261-
}
262259
# TODO(timi): move it to CI
263260
.\tests\files\ci-scripts\manage-test-registry-set.ps1 --reinstall 2.5.0
264261
Invoke-Cargo-With-Explicit-Package "test" "--release" "--target" $cargo_target "--" "--test-threads=4"

0 commit comments

Comments
 (0)