Skip to content

Commit

Permalink
Uncomment wait_until_actor_is_follow* calls in smoke test; however, f…
Browse files Browse the repository at this point in the history
…ails with WordPress due to fediverse-devnet#370.
  • Loading branch information
Johannes Ernst committed Sep 30, 2024
1 parent 5605863 commit 90c7123
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests.smoke/tests/nodes_with_mastodon_api_communicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,12 @@ def follow(self):

@step
def wait_until_actor_is_followed_by_actor(self):
# self.leader_node.wait_until_actor_is_followed_by_actor(self.leader_actor_uri, self.follower_actor_uri)
time.sleep(5)
self.leader_node.wait_until_actor_is_followed_by_actor(self.leader_actor_uri, self.follower_actor_uri)


@step
def wait_until_actor_is_following_actor(self):
# self.follower_node.wait_until_actor_is_following_actor(self.follower_actor_uri, self.leader_actor_uri)
time.sleep(5)
self.follower_node.wait_until_actor_is_following_actor(self.follower_actor_uri, self.leader_actor_uri)


@step
Expand Down

0 comments on commit 90c7123

Please sign in to comment.