Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into remove-dashmap
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadapc committed Aug 20, 2024
2 parents 1466afc + 7bb54d4 commit 8638173
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/canary-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
jobs:
build-and-release:
name: Build and release canary
if: false
uses: ./.github/workflows/release.yml
secrets: inherit
with:
Expand Down
2 changes: 1 addition & 1 deletion packages/core/integration-tests/test/atlaspack-query.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {bundle, describe, fsFixture, overlayFS} from '@atlaspack/test-utils';
import {loadGraphs} from '../../../dev/query/src';

describe.v2('atlaspack-query', () => {
it('loadGraphs', async function () {
it.skip('loadGraphs', async function () {
let entries = 'index.js';
let options = {
mode: 'production',
Expand Down

0 comments on commit 8638173

Please sign in to comment.