diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 00878c7519ed7422bfac71a52c1d7f71992982a7..a603aae8d88f87e22e3d8ff01f2c9f9749d80c25 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -98,23 +98,23 @@ jobs:
       - script: sh ci/dox.sh
         displayName: Generate and upload documentation
 
-  - job: SemverLinux
-    continueOnError: true
-    pool:
-      vmImage: ubuntu-16.04
-    steps:
-      - template: ci/azure-install-rust.yml
-      - script: sh ci/semver.sh linux
-        displayName: Check breaking changes
+  #- job: SemverLinux
+  #  continueOnError: true
+  #  pool:
+  #    vmImage: ubuntu-16.04
+  #  steps:
+  #    - template: ci/azure-install-rust.yml
+  #    - script: sh ci/semver.sh linux
+  #      displayName: Check breaking changes
 
-  - job: SemverOSX
-    continueOnError: true
-    pool:
-      vmImage: macos-10.14
-    steps:
-      - template: ci/azure-install-rust.yml
-      - script: sh ci/semver.sh osx
-        displayName: Check breaking changes
+  #- job: SemverOSX
+  #  continueOnError: true
+  #  pool:
+  #    vmImage: macos-10.14
+  #  steps:
+  #    - template: ci/azure-install-rust.yml
+  #    - script: sh ci/semver.sh osx
+  #      displayName: Check breaking changes
 
   - job: BuildChannelsLinux
     pool: