diff --git a/jest.config.js b/jest.config.js
index 1673d42..dfe1176 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -4,6 +4,7 @@ module.exports = {
   setupFiles: ["dotenv/config"],
   testEnvironment: 'node',
   testMatch: ['**/*.test.ts'],
+  testPathIgnorePatterns: ['/setup-buildx/', '/setup-qemu/'],
   testRunner: 'jest-circus/runner',
   transform: {
     '^.+\\.ts$': 'ts-jest'