Skip to content

Commit c829c9d

Browse files
authored
Disable Unreal tests (#3711)
# Description of Changes These tests have been flaky, so we're disabling them until they're working more consistently. # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing - [x] Tests are indeed skipped? 🤷 Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
1 parent b13f12d commit c829c9d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,11 @@ jobs:
362362
# This can't go on e.g. ubuntu-latest because that runner runs out of disk space. ChatGPT suggested that the general solution tends to be to use
363363
# a custom runner.
364364
runs-on: spacetimedb-new-runner
365+
# Disable the tests because they are very flaky at the moment.
366+
# TODO: Remove this line and re-enable the `if` line just below here.
367+
if: false
365368
# Skip if this is an external contribution. GitHub secrets will be empty, so the step would fail anyway.
366-
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
369+
# if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
367370
container:
368371
image: ghcr.io/epicgames/unreal-engine:dev-5.6
369372
credentials:

0 commit comments

Comments
 (0)