Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flaky aria-disabled tests #621

Merged
merged 2 commits into from
Nov 9, 2023

Version bump: 9.2.2

1bea6d7
Select commit
Loading
Failed to load commit list.
Merged

Fix flaky aria-disabled tests #621

Version bump: 9.2.2
1bea6d7
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Nov 9, 2023 in 3m 15s

Build Passed

The build passed.

Details

This is a normal build for the chore/fix-aria-disabled-expectation branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "cache": {
    "yarn": true
  },
  "before_script": [
    "yarn lint --max-warnings=0",
    "yarn size"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "deploy": [
    {
      "provider": "npm",
      "email": "[email protected]",
      "on": {
        "branch": [
          "master"
        ]
      },
      "skip_cleanup": true,
      "api_token": {
        "secure": "JWQsalgEd1X2xXhfOwwH6XA+T7FsdIJwH0R2ot2KQIMC4FJ8BS2WqeBMjhxgfzOmoYFjK0CZe1+gnVmZVqERBGDmXf1M32xHuK9cxTOT7T/qhj/jvdUD08c3yUGrF9HOAL4tgprMiOlEu3yukQZJM1Tn1C34zD1gW5JJmNXVSNxVK4hE/vXC8YKX9aT+O2MKX93gJqWcwfI0ty0vj2eNr3mUpccACDjQNyLlmYKdAwLNa+DcUfiKodGGkCMH5CY5uK8klrwRNDO4benY2KT7vbqYnz5o6pAaLDO/YGbi6PGJNbio4qXroWg+Fc2I/TQj8wwZqss1Y06ChWWNKZapNWW51H/6w2XGDGTwNMwAdj+bFLH9Pi8CVY+OmEjSJGTO71GQXworO4EEeN84/cgW1ukti8PtsaPVFR5NvpziHZ4Z4RRD6GdSZS/v4C2wgNtO8sH8SOIxPnlW6swYHYnr4Qcl4pP+g+zPTznZwDtwE3GqWAmpKUeAvNXl9GpxWqXRmO5lJcFN9d7hjAm2GSctIJVeLnC5j/YybAHZqGfN5kOjMemNM7BlsNrczLiHl7gMKr4NQbKRfUhVkgyPw9d1UO5J83GcWkpeHnjIch17CyGlOZkjQFavb/KTzMbwdzUoawC1WnEuuy0kMBbj/zhMdcRcJLMsNyWKt3/rhBuaBbQ="
      }
    }
  ]
}