temporarily disable an integration test because some schmuck unprivated his account

This commit is contained in:
Alessio 2024-11-06 21:57:07 -08:00
parent faac7e9b16
commit 418187f925

View File

@ -297,9 +297,9 @@ test $(find link_preview_images | wc -l) = $initial_link_preview_images_count #
# Test a tweet thread with tombstones # Test a tweet thread with tombstones
tw fetch_tweet https://twitter.com/CovfefeAnon/status/1454526270809726977 tw fetch_tweet https://twitter.com/CovfefeAnon/status/1454526270809726977
test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454515503242829830") = 1 # test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454515503242829830") = 1 # TODO: he unprivated temporarily
test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454521424144654344") = 1 test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454521424144654344") = 1
test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454522147750260742") = 1 # test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454522147750260742") = 1
test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454526270809726977") = 0 test $(sqlite3 twitter.db "select is_stub from tweets where id = 1454526270809726977") = 0
# Check that it downloaded the fetchable user's profile image # Check that it downloaded the fetchable user's profile image
test $(find profile_images/WhaleTherapist_profile* | wc -l) -ne 0 test $(find profile_images/WhaleTherapist_profile* | wc -l) -ne 0