Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
bohandley committed Mar 12, 2024
1 parent 6af3010 commit 673e9b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion e2e/configuration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ test.describe('Configuration tests', () => {
test('it should allow a user to select a query overlap window when incremental querying is selected',
async ({
createDataSourceConfigPage,
readProvisionedDataSource,
page,
}) => {
// const ds = await readProvisionedDataSource<DataSourcePluginOptionsEditorProps<PromOptions>>({ fileName: 'datasources.yml' });
Expand Down
7 changes: 0 additions & 7 deletions e2e/variable-query-editor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ test.describe('Prometheus variable query editor', () => {
});

test('label names query variable', async ({
readProvisionedDataSource,
variableEditPage,
page,
}) => {
await expect(page.getByText('Label names', { exact: true })).toBeVisible();
Expand All @@ -44,7 +42,6 @@ test.describe('Prometheus variable query editor', () => {
});

test('label values query variable', async ({
readProvisionedDataSource,
variableEditPage,
page,
}) => {
Expand Down Expand Up @@ -76,7 +73,6 @@ test.describe('Prometheus variable query editor', () => {
});

test('Metrics query variable', async ({
readProvisionedDataSource,
variableEditPage,
page,
}) => {
Expand All @@ -94,7 +90,6 @@ test.describe('Prometheus variable query editor', () => {
});

test('Query result query variable', async ({
readProvisionedDataSource,
variableEditPage,
page,
}) => {
Expand All @@ -114,7 +109,6 @@ test.describe('Prometheus variable query editor', () => {
});

test('Series query variable', async ({
readProvisionedDataSource,
variableEditPage,
page,
}) => {
Expand All @@ -134,7 +128,6 @@ test.describe('Prometheus variable query editor', () => {
});

test('Classic query variable', async ({
readProvisionedDataSource,
variableEditPage,
page,
}) => {
Expand Down

0 comments on commit 673e9b8

Please sign in to comment.