Skip to content

Commit

Permalink
Re-land "Update Zulip tests and re-enable (#441)" (#446)
Browse files Browse the repository at this point in the history
This re-lands 8cf7a67 / #441.

Difference from previous version: This version has the new setup step do its work only where `sudo` is available (in GitHub Actions), and successfully do nothing where it's unavailable (in LUCI).  The step isn't needed in LUCI.

The logic lives in a setup script added today to the Zulip tree:
  zulip/zulip-flutter#1300
  • Loading branch information
gnprice authored Feb 5, 2025
1 parent f36a988 commit 6a6d096
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion registry/zulip.test.disabled → registry/zulip.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ [email protected]
[email protected]

fetch=git clone https://github.com/zulip/zulip-flutter.git tests
fetch=git -C tests checkout 28b3536bc81b6665a6014ce72f40c51f83b0c5c4
fetch=git -C tests checkout ae7939afabb4c6a32fa5ffd0be03928467c8cd64

setup.linux=tools/customer-testing/setup.sh

update=.
update=packages/zulip_plugin
Expand Down

0 comments on commit 6a6d096

Please sign in to comment.