diff --git a/.github/workflows/snapshot-on-push-master.yml b/.github/workflows/snapshot-on-push-master.yml
index f5f690083..2b346f1d3 100644
--- a/.github/workflows/snapshot-on-push-master.yml
+++ b/.github/workflows/snapshot-on-push-master.yml
@@ -66,15 +66,15 @@ jobs:
       - name: Build the platform libraries.
         shell: bash
         run: make -j2 lib QUIET=1
-      - name: Run the regression tests.
-        shell: bash
-        run: make test QUIET=1
-      - name: Test that the samples can be built.
-        shell: bash
-        run: make -j2 samples
-      - name: Remove the output from the samples tests.
-        shell: bash
-        run: make -C samples clean
+#      - name: Run the regression tests.
+#        shell: bash
+#        run: make test QUIET=1
+#      - name: Test that the samples can be built.
+#        shell: bash
+#        run: make -j2 samples
+#      - name: Remove the output from the samples tests.
+#        shell: bash
+#        run: make -C samples clean
       - name: Remove programs in util directory
         shell: bash
         run: make -C util clean