Thetruemank / Auto-GPT

An experimental open-source attempt to make GPT-4 fully autonomous.
https://agpt.co
MIT License
0 stars 0 forks source link

Improve CI Compatibility of Tests #51

Open sweep-ai[bot] opened 4 months ago

sweep-ai[bot] commented 4 months ago

PR Feedback (click)

The skip_in_ci decorator, which is designed to skip certain tests when running in a Continuous Integration (CI) environment like GitHub Actions, has been utilized in several test files. This decorator has been applied to tests that interact with web browsers, manipulate the filesystem, generate images, or require specific environment configurations, as these tests are more likely to fail due to environmental differences in CI.

Summary of Changes

These changes should help prevent false negatives in our GitHub Actions runs and ensure that CI failures reflect issues with the codebase, not the testing environment.

sweep-ai[bot] commented 4 months ago

Rollback Files For Sweep