about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-06-25 11:51:04 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-06-25 11:51:04 +0200
commit69fe5e35f7eb066cc289108584d30f0bed876d5e (patch)
treeda290507b13704f822a9acc79e3657cd460f23e4 /pkgs/development
parent9135772075d8b114980fae5a2cd9031fef2f7cd4 (diff)
python310Packages.aioswitcher: disable failing test
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/aioswitcher/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/aioswitcher/default.nix b/pkgs/development/python-modules/aioswitcher/default.nix
index 68cc3150d9f69..d03cc22ab1eb1 100644
--- a/pkgs/development/python-modules/aioswitcher/default.nix
+++ b/pkgs/development/python-modules/aioswitcher/default.nix
@@ -47,6 +47,7 @@ buildPythonPackage rec {
     "test_schedule_parser_with_a_daily_recurring_enabled_schedule_data"
     "test_schedule_parser_with_a_partial_daily_recurring_enabled_schedule_data"
     "test_schedule_parser_with_a_non_recurring_enabled_schedule_data"
+    "test_hexadecimale_timestamp_to_localtime_with_the_current_timestamp_should_return_a_time_string"
   ];
 
   pythonImportsCheck = [ "aioswitcher" ];