Skip to content

Commit 0477c5f

Browse files
committed
Remove future tests
1 parent 23c4cf1 commit 0477c5f

File tree

1 file changed

+0
-6
lines changed
  • azure-pipelines/end-to-end-tests-dir

1 file changed

+0
-6
lines changed

azure-pipelines/end-to-end-tests-dir/ci.ps1

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,10 @@ Throw-IfFailed
8080
if (-not ($Output.Contains("base-port:${Triplet}: SUCCEEDED:"))) {
8181
throw 'base-port build must succeed'
8282
}
83-
if (-not ($Output.Contains("feature-fails:${Triplet}: SUCCEEDED:"))) {
84-
throw 'feature-fails[core] build must succeed'
85-
}
8683
Remove-Item -Recurse -Force $installRoot -ErrorAction SilentlyContinue
8784
New-Item -ItemType Directory -Path $installRoot -Force | Out-Null
8885
$Output = Run-VcpkgAndCaptureOutput ci @commonArgs --x-builtin-ports-root="$PSScriptRoot/../e2e-ports/ci" --binarysource="clear;files,$ArchiveRoot" --parent-hashes="$TestingRoot/parent-hashes.json"
8986
Throw-IfFailed
9087
if ($Output.Contains("base-port:${Triplet}: SUCCEEDED:")) {
9188
throw 'base-port must not be rebuilt again'
9289
}
93-
if ($Output.Contains("feature-fails:${Triplet}: SUCCEEDED:")) {
94-
throw 'feature-fails must not be rebuilt again'
95-
}

0 commit comments

Comments
 (0)