mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 16:18:23 +03:00
Mark a JDBC test as pending if cloud not set up (#8828)
Marking the test pending=cloud_setup.pending.
This commit is contained in:
parent
bd4f46499f
commit
659243316a
@ -592,7 +592,7 @@ table_spec =
|
||||
Upload_Spec.spec connection_builder "[PostgreSQL] "
|
||||
|
||||
cloud_setup = Cloud_Tests_Setup.prepare
|
||||
cloud_setup.with_prepared_environment <| Test.group "[PostgreSQL] Secrets in connection settings" <|
|
||||
cloud_setup.with_prepared_environment <| Test.group "[PostgreSQL] Secrets in connection settings" pending=cloud_setup.pending <|
|
||||
Test.specify "should allow to set up a connection with the password passed as a secret" <|
|
||||
with_secret "my_postgres_username" db_user username_secret-> with_secret "my_postgres_password" db_password password_secret->
|
||||
my_secret_name = "Enso Test: My Secret App NAME " + (Random.uuid.take 5)
|
||||
|
Loading…
Reference in New Issue
Block a user