-
Notifications
You must be signed in to change notification settings - Fork 390
Description
With enabling the existing tests to run in the pipeline again, some of them needed to be added to the test's bypass list because some of the images don't have the VCLibs available.
Issue #5762 describes well the problem. Before, we were directly downloading the VCLibs from the link that is currently deprecated and are not sufficient to make the tests work.
The pull requests #5796, #5794, and #5719 all enables tests that needed to be added to the bypass list because of the lack of VCLibs available in the images. In special, in #5719 was disabled the manual installation of VCLibs from the deprecated source.
At this moment, the pipeline still downloads and deploys VCLibs from the deprecated source, so this can be reenabled if wanted by readding the task in the test pipeline yaml file, but my tests shown that it has no effect as the version is not the one required.
This should be fixed in the future with better way to manually and forcefully deploy VCLibs on images that does not have it.
Tests Disabled Due to Lack of VCLibs in Images
Test Suite | Images Affected |
---|---|
AccessControl Tests (Test::AccessControl::APITests::* ) |
|
AppLifecycle Tests (Test::AppLifecycle::FunctionalTests::* ) |
|
OAuth2Manager Tests (OAuth2ManagerTests::OAuth2APITests::* ) |
|
PushNotificationTests |
|