Skip to content

Commit

Permalink
python3Packages.apricot-select: disable flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorBaker committed May 26, 2024
1 parent b28f7c5 commit b1c46e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/development/python-modules/apricot-select/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ buildPythonPackage rec {
"tests/test_optimizers/test_knapsack_feature_based.py"
];

# NOTE: These tests seem to be flaky.
disabledTests = [
"test_digits_modular"
"test_digits_modular_object"
"test_digits_modular_sparse"
"test_digits_sqrt_modular"
"test_digits_sqrt_modular_object"
"test_digits_sqrt_modular_sparse"
];

meta = with lib; {
description = "Module for submodular optimization for the purpose of selecting subsets of massive data sets";
homepage = "https://github.com/jmschrei/apricot";
Expand Down

0 comments on commit b1c46e1

Please sign in to comment.