Remove feature flag for uploading failed SARIF
This commit is contained in:
parent
c8e99083da
commit
d2b37ba145
12 changed files with 24 additions and 24 deletions
|
|
@ -377,7 +377,7 @@ async function testFailedSarifUpload(
|
|||
} as uploadLib.UploadResult);
|
||||
const waitForProcessing = sinon.stub(uploadLib, "waitForProcessing");
|
||||
|
||||
const features = [Feature.UploadFailedSarifEnabled];
|
||||
const features = [] as Feature[];
|
||||
if (exportDiagnosticsEnabled) {
|
||||
features.push(Feature.ExportDiagnosticsEnabled);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue