Skip to content

Commit 673e9b8

Browse files
committed
remove unused code
1 parent 6af3010 commit 673e9b8

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

e2e/configuration.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ test.describe('Configuration tests', () => {
136136
test('it should allow a user to select a query overlap window when incremental querying is selected',
137137
async ({
138138
createDataSourceConfigPage,
139-
readProvisionedDataSource,
140139
page,
141140
}) => {
142141
// const ds = await readProvisionedDataSource<DataSourcePluginOptionsEditorProps<PromOptions>>({ fileName: 'datasources.yml' });

e2e/variable-query-editor.spec.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ test.describe('Prometheus variable query editor', () => {
2828
});
2929

3030
test('label names query variable', async ({
31-
readProvisionedDataSource,
32-
variableEditPage,
3331
page,
3432
}) => {
3533
await expect(page.getByText('Label names', { exact: true })).toBeVisible();
@@ -44,7 +42,6 @@ test.describe('Prometheus variable query editor', () => {
4442
});
4543

4644
test('label values query variable', async ({
47-
readProvisionedDataSource,
4845
variableEditPage,
4946
page,
5047
}) => {
@@ -76,7 +73,6 @@ test.describe('Prometheus variable query editor', () => {
7673
});
7774

7875
test('Metrics query variable', async ({
79-
readProvisionedDataSource,
8076
variableEditPage,
8177
page,
8278
}) => {
@@ -94,7 +90,6 @@ test.describe('Prometheus variable query editor', () => {
9490
});
9591

9692
test('Query result query variable', async ({
97-
readProvisionedDataSource,
9893
variableEditPage,
9994
page,
10095
}) => {
@@ -114,7 +109,6 @@ test.describe('Prometheus variable query editor', () => {
114109
});
115110

116111
test('Series query variable', async ({
117-
readProvisionedDataSource,
118112
variableEditPage,
119113
page,
120114
}) => {
@@ -134,7 +128,6 @@ test.describe('Prometheus variable query editor', () => {
134128
});
135129

136130
test('Classic query variable', async ({
137-
readProvisionedDataSource,
138131
variableEditPage,
139132
page,
140133
}) => {

0 commit comments

Comments
 (0)