lol

nixos/tests/akkoma: Disable retrieving timeline

+4 -1
+4 -1
nixos/tests/akkoma.nix
··· 33 33 34 34 echo '${userPassword}' | ${pkgs.toot}/bin/toot login_cli -i "akkoma.nixos.test" -e "jamy@nixos.test" 35 35 echo "y" | ${pkgs.toot}/bin/toot post "hello world Jamy here" 36 - echo "y" | ${pkgs.toot}/bin/toot timeline | grep -F -q "hello world Jamy here" 36 + 37 + # Retrieving timeline with toot currently broken due to incompatible timestamp format 38 + # cf. <https://akkoma.dev/AkkomaGang/akkoma/issues/637> and <https://github.com/ihabunek/toot/issues/399> 39 + #echo "y" | ${pkgs.toot}/bin/toot timeline | grep -F -q "hello world Jamy here" 37 40 38 41 # Test file upload 39 42 echo "y" | ${pkgs.toot}/bin/toot upload <(dd if=/dev/zero bs=1024 count=1024 status=none) \