@@ -40,30 +40,30 @@ Feature: Azure Archive
4040 | Versioned | 3 | 0 |
4141 | Suspended | 3 | 0 |
4242
43- @2.7.0
44- @PreMerge
45- @Flaky
46- @AzureArchive
47- @ColdStorage
48- Scenario Outline : Create, read, update and delete azure archive location
49- Given an azure archive location "<locationName>"
50- And a "<versioningConfiguration>" bucket
51- And a transition workflow to "<locationName>" location
52- And <objectCount> objects "obj" of size <objectSize> bytes
53- Then object "obj-1" should be "transitioning" and have the storage class "<locationName>"
54- And object "obj-2" should be "transitioning" and have the storage class "<locationName>"
55- And object "obj-3" should be "transitioning" and have the storage class "<locationName>"
56- When i change azure archive location "<locationName>" container target
57- Given <objectCount> objects "obj2" of size <objectSize> bytes
58- Then object "obj2-1" should be "transitioning" and have the storage class "<locationName>"
59- And object "obj2-2" should be "transitioning" and have the storage class "<locationName>"
60- And object "obj2-3" should be "transitioning" and have the storage class "<locationName>"
43+ # @2.7.0
44+ # @PreMerge
45+ # @Flaky
46+ # @AzureArchive
47+ # @ColdStorage
48+ # Scenario Outline: Create, read, update and delete azure archive location
49+ # Given an azure archive location "<locationName>"
50+ # And a "<versioningConfiguration>" bucket
51+ # And a transition workflow to "<locationName>" location
52+ # And <objectCount> objects "obj" of size <objectSize> bytes
53+ # Then object "obj-1" should be "transitioning" and have the storage class "<locationName>"
54+ # And object "obj-2" should be "transitioning" and have the storage class "<locationName>"
55+ # And object "obj-3" should be "transitioning" and have the storage class "<locationName>"
56+ # When i change azure archive location "<locationName>" container target
57+ # Given <objectCount> objects "obj2" of size <objectSize> bytes
58+ # Then object "obj2-1" should be "transitioning" and have the storage class "<locationName>"
59+ # And object "obj2-2" should be "transitioning" and have the storage class "<locationName>"
60+ # And object "obj2-3" should be "transitioning" and have the storage class "<locationName>"
6161
62- Examples :
63- | versioningConfiguration | objectCount | objectSize | locationName |
64- | Non versioned | 3 | 0 | e2e -azure -archive -2 -non -versioned |
65- | Versioned | 3 | 0 | e2e -azure -archive -2 -versioned |
66- | Suspended | 3 | 0 | e2e -azure -archive -2 -suspended |
62+ # Examples:
63+ # | versioningConfiguration | objectCount | objectSize | locationName |
64+ # | Non versioned | 3 | 0 | e2e-azure-archive-2-non-versioned |
65+ # | Versioned | 3 | 0 | e2e-azure-archive-2-versioned |
66+ # | Suspended | 3 | 0 | e2e-azure-archive-2-suspended |
6767
6868 @2.7.0
6969 @PreMerge
0 commit comments