Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaHegde committed Dec 13, 2024
1 parent 9cafbd1 commit b25ea0c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ const TestCases: {
},
];

describe("ExploreWebViewStore", () => {
// TODO: add tests by wrapping DashboardURLStateSync.svelte
describe.skip("ExploreWebViewStore", () => {
runtime.set({
host: "http://localhost",
instanceId: "default",
Expand Down
1 change: 0 additions & 1 deletion web-common/src/features/explores/ExploreEditor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import type { EditorView } from "@codemirror/view";
import { setLineStatuses } from "@rilldata/web-common/components/editor/line-status";
import { metricsExplorerStore } from "@rilldata/web-common/features/dashboards/stores/dashboard-stores";
import { createPersistentDashboardStore } from "@rilldata/web-common/features/dashboards/stores/persistent-dashboard-state";
import { clearExploreSessionStore } from "@rilldata/web-common/features/dashboards/url-state/explore-web-view-store";
import Editor from "@rilldata/web-common/features/editor/Editor.svelte";
import { FileArtifact } from "@rilldata/web-common/features/entity-management/file-artifact";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import type { LineStatus } from "@rilldata/web-common/components/editor/line-status/state";
import { metricsPlusSQL } from "@rilldata/web-common/components/editor/presets/yamlWithJsonAndSql";
import { metricsExplorerStore } from "@rilldata/web-common/features/dashboards/stores/dashboard-stores";
import { createPersistentDashboardStore } from "@rilldata/web-common/features/dashboards/stores/persistent-dashboard-state";
import { clearExploreSessionStore } from "@rilldata/web-common/features/dashboards/url-state/explore-web-view-store";
import Editor from "@rilldata/web-common/features/editor/Editor.svelte";
import { FileArtifact } from "@rilldata/web-common/features/entity-management/file-artifact";
Expand Down

0 comments on commit b25ea0c

Please sign in to comment.