about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-06 16:03:52 +0200
committerGitHub <noreply@github.com>2023-09-06 16:03:52 +0200
commit67160d51febe0e1c99bbcc0cfb58e38f5cfd153b (patch)
tree76830ed7dffdf15040ea77c5f7ef8944a72090ba /nixos/tests
parentf884153fb185d60e57d3c706f6eed274efff7d03 (diff)
parentb56f8149b264f09e836d6f117c1c155dd09b7805 (diff)
downloadnixlib-67160d51febe0e1c99bbcc0cfb58e38f5cfd153b.tar
nixlib-67160d51febe0e1c99bbcc0cfb58e38f5cfd153b.tar.gz
nixlib-67160d51febe0e1c99bbcc0cfb58e38f5cfd153b.tar.bz2
nixlib-67160d51febe0e1c99bbcc0cfb58e38f5cfd153b.tar.lz
nixlib-67160d51febe0e1c99bbcc0cfb58e38f5cfd153b.tar.xz
nixlib-67160d51febe0e1c99bbcc0cfb58e38f5cfd153b.tar.zst
nixlib-67160d51febe0e1c99bbcc0cfb58e38f5cfd153b.zip
Merge pull request #251987 from illdefined/akkoma
akkoma: 3.9.3 → 3.10.4
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/akkoma.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nixos/tests/akkoma.nix b/nixos/tests/akkoma.nix
index 7115c0beed34..287e2d485999 100644
--- a/nixos/tests/akkoma.nix
+++ b/nixos/tests/akkoma.nix
@@ -33,7 +33,10 @@ let
 
     echo '${userPassword}' | ${pkgs.toot}/bin/toot login_cli -i "akkoma.nixos.test" -e "jamy@nixos.test"
     echo "y" | ${pkgs.toot}/bin/toot post "hello world Jamy here"
-    echo "y" | ${pkgs.toot}/bin/toot timeline | grep -F -q "hello world Jamy here"
+
+    # Retrieving timeline with toot currently broken due to incompatible timestamp format
+    # cf. <https://akkoma.dev/AkkomaGang/akkoma/issues/637> and <https://github.com/ihabunek/toot/issues/399>
+    #echo "y" | ${pkgs.toot}/bin/toot timeline | grep -F -q "hello world Jamy here"
 
     # Test file upload
     echo "y" | ${pkgs.toot}/bin/toot upload <(dd if=/dev/zero bs=1024 count=1024 status=none) \