Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda Environment: Disable E2E test that fails on the hosted build machines #7239

Merged
merged 2 commits into from
May 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Tasks/CondaEnvironmentV0/Tests/L0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ describe('CondaEnvironment L0 Suite', function () {
assert(testRunner.succeeded, 'task should have succeeded');
});

it('fails when a Conda installation is not found', function () {
// TODO 1263674 There seems to be an issue on the official build
// where the test really finds Conda on the build machine
// Fix and re-enable
xit('fails when a Conda installation is not found', function () {
const testFile = path.join(__dirname, 'L0CondaNotFound.js');
const testRunner = new MockTestRunner(testFile);

Expand Down
1 change: 1 addition & 0 deletions make-options.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"CMakeV1",
"CmdLineV2",
"CocoaPodsV0",
"CondaEnvironmentV0",
"CopyFilesV2",
"CopyFilesOverSSHV0",
"CUrlUploaderV2",
Expand Down