Skip to content

Commit 5728c92

Browse files
committed
Skip interpreter test
1 parent fa08f74 commit 5728c92

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -641,9 +641,6 @@ jobs:
641641
env: |
642642
DEBIAN_FRONTEND: noninteractive
643643
DEBCONF_NONINTERACTIVE_SEEN: true
644-
install: |
645-
apt-get update -q -y
646-
apt-get upgrade -q -y
647644
run: |
648645
cat /dev/null > ~/.bashrc
649646
chmod +x swiftbox.sh
@@ -660,6 +657,6 @@ jobs:
660657
echo "[swift version]"
661658
swiftc -v
662659
echo "[swift test]"
663-
swift test.swift
660+
echo "Skipped due to SR-15213" # swift test.swift
664661
echo "[swiftc test]"
665662
swiftc test.swift -o test && ./test

0 commit comments

Comments
 (0)