зеркало из https://github.com/mozilla/glean.git
Revert "RLB: Ignore two tests by default, run them on CI."
This reverts commit 01b1770a3b
.
This commit is contained in:
Родитель
3a32661588
Коммит
868da2afab
|
@ -63,14 +63,6 @@ commands:
|
||||||
command: |
|
command: |
|
||||||
export GLEAN_TEST_COVERAGE=$(realpath glean_coverage.txt)
|
export GLEAN_TEST_COVERAGE=$(realpath glean_coverage.txt)
|
||||||
cargo test --verbose --jobs 6 -- --nocapture
|
cargo test --verbose --jobs 6 -- --nocapture
|
||||||
|
|
||||||
# FIXME(bug 1786469): Tests are ignored to not cause TC failures.
|
|
||||||
# Explicitly run them here.
|
|
||||||
cargo test --verbose --jobs 6 -p glean --lib -- \
|
|
||||||
--test-threads 1 \
|
|
||||||
--ignored \
|
|
||||||
sending_deletion_ping_if_disabled_outside_of_run \
|
|
||||||
sending_of_foreground_background_pings
|
|
||||||
- run:
|
- run:
|
||||||
name: Install required Python dependencies
|
name: Install required Python dependencies
|
||||||
command: |
|
command: |
|
||||||
|
|
|
@ -148,7 +148,6 @@ fn test_experiments_recording_before_glean_inits() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore = "Bug 1786469: Causing test timeouts on TaskCluster with Rust Beta"]
|
|
||||||
fn sending_of_foreground_background_pings() {
|
fn sending_of_foreground_background_pings() {
|
||||||
let _lock = lock_test();
|
let _lock = lock_test();
|
||||||
|
|
||||||
|
@ -598,7 +597,6 @@ fn core_metrics_should_be_cleared_and_restored_when_disabling_and_enabling_uploa
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore = "Bug 1786469: Causing test timeouts on TaskCluster with Rust Beta"]
|
|
||||||
fn sending_deletion_ping_if_disabled_outside_of_run() {
|
fn sending_deletion_ping_if_disabled_outside_of_run() {
|
||||||
let _lock = lock_test();
|
let _lock = lock_test();
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче