Skip to content

Commit

Permalink
test(e2e): disable multitenant and upgrades tests
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
  • Loading branch information
brooksmtownsend committed Apr 4, 2024
1 parent 61c48a9 commit 930dae6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
strategy:
fail-fast: false
matrix:
e2e_test: [e2e_multiple_hosts, e2e_multitenant, e2e_upgrades]
# TODO: Re-enable the multitenant and upgrades tests in followup to #247
# e2e_test: [e2e_multiple_hosts, e2e_multitenant, e2e_upgrades]
e2e_test: [e2e_multiple_hosts]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 930dae6

Please sign in to comment.