Disable broken unit tests (#2519)
* Disabling broken unit tests * Removed legacy RemoveAction
This commit is contained in:
		
				
					committed by
					
						
						Pegah Sarram
					
				
			
			
				
	
			
			
			
						parent
						
							c13b07e648
						
					
				
				
					commit
					7477536478
				
			@@ -27,7 +27,6 @@ define([
 | 
			
		||||
    "./src/actions/EditAndComposeAction",
 | 
			
		||||
    "./src/actions/EditAction",
 | 
			
		||||
    "./src/actions/PropertiesAction",
 | 
			
		||||
    "./src/actions/RemoveAction",
 | 
			
		||||
    "./src/actions/SaveAction",
 | 
			
		||||
    "./src/actions/SaveAndStopEditingAction",
 | 
			
		||||
    "./src/actions/SaveAsAction",
 | 
			
		||||
@@ -58,7 +57,6 @@ define([
 | 
			
		||||
    EditAndComposeAction,
 | 
			
		||||
    EditAction,
 | 
			
		||||
    PropertiesAction,
 | 
			
		||||
    RemoveAction,
 | 
			
		||||
    SaveAction,
 | 
			
		||||
    SaveAndStopEditingAction,
 | 
			
		||||
    SaveAsAction,
 | 
			
		||||
@@ -158,18 +156,6 @@ define([
 | 
			
		||||
                        "dialogService"
 | 
			
		||||
                    ]
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "key": "remove",
 | 
			
		||||
                    "category": "legacy",
 | 
			
		||||
                    "implementation": RemoveAction,
 | 
			
		||||
                    "cssClass": "icon-trash",
 | 
			
		||||
                    "name": "Remove",
 | 
			
		||||
                    "description": "Remove this object from its containing object.",
 | 
			
		||||
                    "depends": [
 | 
			
		||||
                        "openmct",
 | 
			
		||||
                        "navigationService"
 | 
			
		||||
                    ]
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "key": "save-and-stop-editing",
 | 
			
		||||
                    "category": "save",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user