Skip to content

Commit 1cd9e76

Browse files
committed
python312Packages.dbt-common: disable flaky tests
Signed-off-by: Ihar Hrachyshka <[email protected]>
1 parent 54c41e3 commit 1cd9e76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/development/python-modules/dbt-common/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ buildPythonPackage rec {
7070
pytest-mock
7171
];
7272

73+
disabledTests = [
74+
# flaky test: https://github.com/dbt-labs/dbt-common/issues/280
75+
"TestFindMatching"
76+
];
77+
7378
pythonImportsCheck = [ "dbt_common" ];
7479

7580
meta = {

0 commit comments

Comments
 (0)