Skip to content

Commit

Permalink
Revert some change
Browse files Browse the repository at this point in the history
Signed-off-by: Gao Binlong <[email protected]>
  • Loading branch information
gaobinlong committed Nov 1, 2024
1 parent 4bf2d4b commit 107347e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions plugins/repository-gcs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,13 @@ testClusters {
all testClustersConfiguration
}
/**
* Used for testing getting credentials from GCE
*/
test {
environment 'NO_GCE_CHECK', 'true'
}
/*
* We only use a small amount of data in these tests, which means that the resumable upload path is not tested. We add
* an additional test that forces the large blob threshold to be small to exercise the resumable upload path.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ grant {

// gcs client set Authenticator for proxy username/password
permission java.net.NetPermission "setDefaultAuthenticator";
permission java.io.FilePermission "/sys/class/dmi/id/product_name", "read";
};

0 comments on commit 107347e

Please sign in to comment.